removed some white space

This commit is contained in:
Pedro Alvarez 2017-11-08 14:23:17 +00:00
parent 468b0f2581
commit 82b661541f
1 changed files with 2 additions and 5 deletions

View File

@ -190,16 +190,13 @@ main (int argc,char * argv[] )
exit(1);
}
mme->start();
mme->start();
while(running) {
sleep(1);
}
mme->stop();
mme->cleanup();
mme->cleanup();
cout << "--- exiting ---" << endl;
return 0;