Fix the formatting to use tabs instead of spaces, easier to read this way.
This commit is contained in:
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] );
|
||||||
|
Loading…
Reference in New Issue
Block a user