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:
@@ -335,9 +335,9 @@ bytes_per_format = {0,1,1,2,4,8,1,1,2,4,8,4,8}
|
||||
portrule = shortport.http
|
||||
|
||||
---Unpack a rational number from exif. In exif, a rational number is stored
|
||||
--as a pair of integers - the numerator and the denominator.
|
||||
--as a pair of integers - the numerator and the denominator.
|
||||
--
|
||||
--@return the new position, and the value.
|
||||
--@return the new position, and the value.
|
||||
local function unpack_rational(endian, data, pos)
|
||||
local v1, v2
|
||||
pos, v1, v2 = bin.unpack(endian .. "II", data, pos)
|
||||
|
||||
Reference in New Issue
Block a user