]> git.lyx.org Git - lyx.git/blobdiff - src/support/forkedcall.h
ws cleanup
[lyx.git] / src / support / forkedcall.h
index f64a2cd8e5f8ef90d72740fca899070697cf96c4..4c24ae390fb3297d7325d6e9e981952d3244576d 100644 (file)
@@ -43,10 +43,10 @@ public:
                ///
                DontWait
        };
-       
+
        ///
        Forkedcall();
-       
+
        /** Start the child process.
         *
         *  The command "what" is passed to fork() for execution.
@@ -94,7 +94,7 @@ public:
         *  Used by the timer.
         */
        pid_t pid() const { return pid_; }
-       
+
        /** Emit the signal.
         *  Used by the timer.
         */