]> git.lyx.org Git - lyx.git/blobdiff - src/support/syscontr.C
in addition to the changes mentioned in ChangeLog, there is the usual batch of whites...
[lyx.git] / src / support / syscontr.C
index 51c903a2e0c29a7845242f628107842820360118..192ef9058b04e1e361227c79d3d02a93583b55e1 100644 (file)
@@ -66,9 +66,9 @@ void
 SystemcallsSingletoncontroller::timer() {
        // check each entry of our list, if it's finished
         ControlledCalls *prev = 0;
-       for (ControlledCalls *actCall=sysCalls; actCall; actCall=actCall->next)
+       for (ControlledCalls *actCall= sysCalls; actCall; actCall= actCall->next)
        {
-               pid_t pid=actCall->call->getpid();
+               pid_t pid= actCall->call->getpid();
                int stat_loc;
                int waitrpid = waitpid(pid, &stat_loc, WNOHANG);
                if (waitrpid == -1) {