Add missing EOF LF

This commit is contained in:
Philippe Teuwen 2019-03-12 00:12:26 +01:00
commit 1b2601a48a
105 changed files with 107 additions and 107 deletions

View file

@ -538,4 +538,4 @@ function main(args)
end
-- call main with arguments
main(args)
main(args)

View file

@ -297,4 +297,4 @@ local function main(args)
core.console('hw ping')
end
main(args)
main(args)

View file

@ -173,4 +173,4 @@ local function main(args)
dumptofile( keys )
end
main(args)
main(args)

View file

@ -175,4 +175,4 @@ local function main(args)
print(string.format('PWD | %s', pwd))
end
main(args)
main(args)

View file

@ -194,4 +194,4 @@ local function main(args)
dumptofile( keys )
end
main(args)
main(args)

View file

@ -273,4 +273,4 @@ if "--test"==args then
else
-- Call the main
main(args)
end
end

View file

@ -74,4 +74,4 @@ function main(args)
end
end
main(args)
main(args)

View file

@ -57,4 +57,4 @@ local function main(args)
ExitMsg(("Wrote a BIN dump to the file %s"):format(filename))
end
main(args)
main(args)

View file

@ -64,4 +64,4 @@ In the future, we may implement so that scripts are invoked directly
into a 'main' function, instead of being executed blindly. For future
compatibility, I have done so, but I invoke my main from here.
--]]
main(args)
main(args)

View file

@ -213,4 +213,4 @@ local function main(args)
end
end
main(args)
main(args)

View file

@ -15,4 +15,4 @@ local function main(args)
end
return
end
main(args)
main(args)

View file

@ -62,4 +62,4 @@ In the future, we may implement so that scripts are invoked directly
into a 'main' function, instead of being executed blindly. For future
compatibility, I have done so, but I invoke my main from here.
--]]
main(args)
main(args)

View file

@ -190,4 +190,4 @@ local function main(args)
end
end
main(args)
main(args)

View file

@ -272,4 +272,4 @@ local function main(args)
print('mfkeys - Total execution time: '..os.difftime(end_time, start_time)..' sec')
end
main( args)
main( args)

View file

@ -244,4 +244,4 @@ local function main( args)
prlog(string.format("Dumped data into %s", filename))
end
main(args)
main(args)

View file

@ -380,4 +380,4 @@ local function main(args)
write_tag(uid, t)
end
main(args)
main(args)

View file

@ -42,4 +42,4 @@ In the future, we may implement so that scripts are invoked directly
into a 'main' function, instead of being executed blindly. For future
compatibility, I have done so, but I invoke my main from here.
--]]
main(args)
main(args)

View file

@ -137,4 +137,4 @@ local function main(args)
test()
print( string.rep('--',20) )
end
main(args)
main(args)

View file

@ -137,4 +137,4 @@ local function main(args)
test(7)
print( string.rep('--',20) )
end
main(args)
main(args)

View file

@ -282,4 +282,4 @@ local function main(args)
core.clearCommandBuffer()
end
main(args)
main(args)

View file

@ -486,4 +486,4 @@ local function main(args)
print('The simulation is now prepared.\n --> run \"hf mf sim u '..uid..'\" <--')
end
end
main(args)
main(args)

View file

@ -123,4 +123,4 @@ local function main(args)
print( string.rep('--',20) )
end
main(args)
main(args)

View file

@ -173,4 +173,4 @@ if "--test"==args then
else
-- Call the main
main(args)
end
end