mirror of
https://github.com/nmap/nmap.git
synced 2025-12-10 09:49:05 +00:00
Remove trailing whitespace from C/C++ files
https://secwiki.org/w/Nmap/Code_Standards
This commit is contained in:
@@ -180,11 +180,11 @@ class NmapOutputTable {
|
||||
assert(row < numRows); assert(col < numColumns);
|
||||
return table + row * numColumns + col;
|
||||
}
|
||||
int *maxColLen; // An array that gives the maximum length of any member of each column
|
||||
int *maxColLen; // An array that gives the maximum length of any member of each column
|
||||
// (excluding terminator)
|
||||
// Array that tells the number of valid (> 0 length) items in each row
|
||||
int *itemsInRow;
|
||||
unsigned int numRows;
|
||||
int *itemsInRow;
|
||||
unsigned int numRows;
|
||||
unsigned int numColumns;
|
||||
char *tableout; // If printableTable() is called, we return this
|
||||
int tableoutsz; // Amount of space ALLOCATED for tableout. Includes space allocated for NUL.
|
||||
|
||||
Reference in New Issue
Block a user