mirror of
https://github.com/nmap/nmap.git
synced 2026-01-02 04:49:02 +00:00
Remove trailing whitespace in lua files
Whitespace is not significant, so this should not be a problem. https://secwiki.org/w/Nmap/Code_Standards
This commit is contained in:
@@ -90,7 +90,7 @@ end
|
||||
function dump(t)
|
||||
assert(t)
|
||||
|
||||
local column_width = {}
|
||||
local column_width = {}
|
||||
local num_columns = {}
|
||||
local buf = strbuf.new()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user