From 249c1e7179850ebc16d6f4ee6f8aa3eb2f7e26e5 Mon Sep 17 00:00:00 2001 From: batrick Date: Sat, 13 Jun 2009 06:51:51 +0000 Subject: [PATCH] Removed an arbitrary empty line. --- nse_main.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/nse_main.cc b/nse_main.cc index 5e29afff2..5a589f7e8 100644 --- a/nse_main.cc +++ b/nse_main.cc @@ -45,7 +45,6 @@ static int startTimeOutClock (lua_State *L) if (!target->timeOutClockRunning()) target->startTimeOutClock(NULL); return 0; - } static int stopTimeOutClock (lua_State *L)