فهرست منبع

run autoformatter

Missingmew 5 سال پیش
والد
کامیت
9f2bf8c569
1فایلهای تغییر یافته به همراه1 افزوده شده و 2 حذف شده
  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]);