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 86bdac97f8
commit c14c56c7ef

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