Explorar o código

run autoformatter

Missingmew %!s(int64=5) %!d(string=hai) anos
pai
achega
9f2bf8c569
Modificáronse 1 ficheiros con 1 adicións e 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]);