Browse Source

run autoformatter

Missingmew 5 years ago
parent
commit
8fdb02c033
1 changed files with 3 additions and 3 deletions
  1. 3 3
      gui/src/qmlhandler.cpp

+ 3 - 3
gui/src/qmlhandler.cpp

@@ -245,9 +245,9 @@ void QMLHandler::readPipeLoop(pid_t childid) {
       pollCount = 0;
       pollCount = 0;
       readOffset = 0;
       readOffset = 0;
       if (waitpid(childid, NULL, WNOHANG)) {
       if (waitpid(childid, NULL, WNOHANG)) {
-	// nonzero means error or childid has changed state
-	// for us that means child has exited -> CLI is dead
-	break;
+        // nonzero means error or childid has changed state
+        // for us that means child has exited -> CLI is dead
+        break;
       }
       }
     }
     }