Get rid of unnecessary spaces at the end of lines

This commit is contained in:
jay 2014-08-09 19:09:06 +00:00
parent 03dd80d280
commit b281e0bf1d
16 changed files with 55 additions and 55 deletions

View file

@ -4,7 +4,7 @@ local stdnse = require "stdnse"
local string = require "string"
description = [[
Displays the contents of the "generator" meta tag of a web page (default: /)
Displays the contents of the "generator" meta tag of a web page (default: /)
if there is one.
]]