Fix some compiler warnings and mixed space/tab indentation
This commit is contained in:
@ -58,7 +58,7 @@ int StatisticsCommand(SConnection * con, SicsInterp * pSics, void *pData,
|
||||
|
||||
gettimeofday(&now, 0);
|
||||
dif = timeFloat(timeDif(lastStat, now));
|
||||
SCPrintf(con, eLog, "calls/s time[%] full[%] mean[ms] command");
|
||||
SCPrintf(con, eLog, "calls/s time[%%] full[%%] mean[ms] command");
|
||||
SCPrintf(con, eLog, "----------------------------------------------");
|
||||
for (p = list; p != NULL; p = p->next) {
|
||||
if (dif > 0) {
|
||||
|
Reference in New Issue
Block a user