mirror of
https://github.com/nmap/nmap.git
synced 2025-12-29 19:09:01 +00:00
Remove trailing whitespace from C/C++ files
https://secwiki.org/w/Nmap/Code_Standards
This commit is contained in:
2
main.cc
2
main.cc
@@ -190,7 +190,7 @@ int main(int argc, char *argv[]) {
|
||||
|
||||
#ifdef MTRACE
|
||||
// This glibc extension enables memory tracing to detect memory
|
||||
// leaks, frees of unallocated memory, etc.
|
||||
// leaks, frees of unallocated memory, etc.
|
||||
// See http://www.gnu.org/manual/glibc-2.2.5/html_node/Allocation-Debugging.html#Allocation%20Debugging .
|
||||
// It only works if the environment variable MALLOC_TRACE is set to a file
|
||||
// which a memory usage log will be written to. After the program quits
|
||||
|
||||
Reference in New Issue
Block a user