]> git.lyx.org Git - lyx.git/blobdiff - src/support/syscall.C
in addition to the changes mentioned in ChangeLog, there is the usual batch of whites...
[lyx.git] / src / support / syscall.C
index 77521afacd516c78fe40dad2717e531b2784d4e4..295785f7135f3354f0376baa6442389e3fdd9f68 100644 (file)
@@ -209,7 +209,7 @@ int main(int, char**)
 {
        
        SystemcallsSingletoncontroller::Startcontroller starter; 
-       SystemcallsSingletoncontroller *contr=starter.GetController();
+       SystemcallsSingletoncontroller *contr= starter.GetController();
        
        Systemcalls one(Systemcalls::System, "ls -ltag", back);
        Systemcalls two(Systemcalls::Wait, "ls -ltag", back);