mirror of
https://github.com/nmap/nmap.git
synced 2025-12-30 03:19: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:
@@ -51,7 +51,7 @@ local concat = table.concat;
|
||||
|
||||
_ENV = stdnse.module("strbuf", stdnse.seeall)
|
||||
|
||||
-- String buffer functions. Concatenation is not efficient in
|
||||
-- String buffer functions. Concatenation is not efficient in
|
||||
-- lua as strings are immutable. If a large amount of '..' sequential
|
||||
-- operations are needed a string buffer should be used instead
|
||||
-- e.g. for i = 1, 10 do s = s..i end
|
||||
|
||||
Reference in New Issue
Block a user