1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-06 14:39:03 +00:00

remove trailing whitepace from *.luadoc

This commit is contained in:
dmiller
2014-03-10 19:01:14 +00:00
parent 3dcf997d60
commit e0a0b616b4
4 changed files with 17 additions and 17 deletions

View File

@@ -8,7 +8,7 @@ module "lfs"
--- Returns a directory iterator listing the contents of the given path
-- Each time the iterator is called with dir_obj it returns a directory entry's
-- name as a string, or nil if there are no more entries.
-- name as a string, or nil if there are no more entries.
--
-- @param path string containing the directory to list
-- @return iterator function returning the next file or nil when done