Commit def3eb2f authored by Pavel Vainerman's avatar Pavel Vainerman Committed by Pavel Vainerman

make style

parent 73b6ea42
...@@ -68,11 +68,13 @@ void TestGen::timerInfo( const TimerMessage* tm ) ...@@ -68,11 +68,13 @@ void TestGen::timerInfo( const TimerMessage* tm )
{ {
if( tm->id == 1 ) if( tm->id == 1 )
{ {
cout << "**** timer 1 ****" << endl;
askTimer(1, 0); askTimer(1, 0);
askTimer(2, 3000); askTimer(2, 3000);
} }
else if( tm->id == 2 ) else if( tm->id == 2 )
{ {
cout << "**** timer 2 ****" << endl;
askTimer(1, 2000); askTimer(1, 2000);
askTimer(2, 0); askTimer(2, 0);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment