Explorar el Código

run autoformatter

Missingmew hace 5 años
padre
commit
9f2bf8c569
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      gui/src/qmlhandler.cpp

+ 1 - 2
gui/src/qmlhandler.cpp

@@ -61,12 +61,11 @@ void QMLHandler::reopenCLI(QString ip) {
     execl("../../cli/build/ccats-cli", "ccats-cli", ip.toUtf8().constData(),
           "--machine", (char *)NULL);
 
-
     exit(1);
   }
 
   _CLI_RUNNING = true;
-  
+
   close(outpipefd[0]);
   close(inpipefd[1]);