make style

This commit is contained in:
Philippe Teuwen 2019-08-04 16:57:06 +02:00
parent 1cb039255e
commit f40600f997

View file

@ -444,7 +444,7 @@ int main(int argc, char *argv[]) {
}
// go to interactive instead of quitting after a script/command
if(strcmp(argv[i], "-i") == 0 || strcmp(argv[i], "--interactive") == 0){
if (strcmp(argv[i], "-i") == 0 || strcmp(argv[i], "--interactive") == 0) {
stayInCommandLoop = true;
continue;
}