Explorar el Código

run autoformatter

Missingmew hace 5 años
padre
commit
8fdb02c033
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  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;
       readOffset = 0;
       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;
       }
     }