1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-26 17:39:03 +00:00

Removed an arbitrary empty line.

This commit is contained in:
batrick
2009-06-13 06:51:51 +00:00
parent b0420dd8d5
commit 249c1e7179

View File

@@ -45,7 +45,6 @@ static int startTimeOutClock (lua_State *L)
if (!target->timeOutClockRunning())
target->startTimeOutClock(NULL);
return 0;
}
static int stopTimeOutClock (lua_State *L)