mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 08:46:45 +00:00
Replace all tab characters at the beginnings of lines with 8 spaces.
Mixed indentation annoyed my vim.
This commit is contained in:
parent
3570ca78d8
commit
4816358475
40 changed files with 1055 additions and 1055 deletions
|
|
@ -161,7 +161,7 @@ class NmapOutputTable {
|
|||
|
||||
// Like addItem except this version takes a printf-style format string followed by varargs
|
||||
void addItemFormatted(unsigned int row, unsigned int column, bool fullrow, const char *fmt, ...)
|
||||
__attribute__ ((format (printf, 5, 6))); // Offset by 1 to account for implicit "this" parameter.
|
||||
__attribute__ ((format (printf, 5, 6))); // Offset by 1 to account for implicit "this" parameter.
|
||||
|
||||
// This function sticks the entire table into a character buffer.
|
||||
// Note that the buffer is likely to be reused if you call the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue