Fix the formatting to use tabs instead of spaces, easier to read this way.

This commit is contained in:
Justin Crawford 2013-04-15 11:35:38 -07:00
parent 7261b34ace
commit dd3cb1e27d

@ -170,6 +170,7 @@ int main(int argc, char** argv)
iss >> status_interval; iss >> status_interval;
cpu_usage_delay = status_interval * 1000000 - 100000; cpu_usage_delay = status_interval * 1000000 - 100000;
} }
if( argc > 2 ) if( argc > 2 )
{ {
iss.str( argv[2] ); iss.str( argv[2] );