瀏覽代碼

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]);