]> git.lyx.org Git - lyx.git/blobdiff - src/support/ForkedCalls.cpp
an example for the sweave module, prepared by Gregor Gorjanc
[lyx.git] / src / support / ForkedCalls.cpp
index 0768652cfb744d2a4a27b1d9ea41e7705bbd7519..d1f6c35738f28454bee6b5dbfccbaefe68079a1a 100644 (file)
@@ -444,8 +444,8 @@ void callNext()
        // Bind our chain caller
        pro.second->connect(boost::bind(&ForkedCallQueue::callback, _1, _2));
        ForkedCall call;
-       // If we fail to fork the process, then emit the signal
-       // to tell the outside world that it failed.
+       //If we fail to fork the process, then emit the signal
+       //to tell the outside world that it failed.
        if (call.startScript(pro.first, pro.second) > 0)
                pro.second->operator()(0,1);
 }