minor cosmetics

This commit is contained in:
Dhanya Maliakal
2017-12-01 11:23:17 +01:00
parent e9343a5bd0
commit a06f29f473
6 changed files with 34 additions and 34 deletions

View File

@ -67,7 +67,7 @@ DataProcessor::DataProcessor(Fifo*& f, fileFormat* ftype, bool fwenable, bool* d
}
NumberofDataProcessors++;
FILE_LOG (logDEBUG) << "Number of DataProcessors: " << NumberofDataProcessors;
FILE_LOG(logDEBUG) << "Number of DataProcessors: " << NumberofDataProcessors;
memset((void*)&timerBegin, 0, sizeof(timespec));
}