소스 검색

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