]> git.lyx.org Git - features.git/blobdiff - src/support/filetools.C
apply the ostream changes to mathed, some other small related things
[features.git] / src / support / filetools.C
index 9f1f1061a663ea97ff67ad1bb623d0a926f82032..1efd55bffe87b1cc63660ee5568433f89cac0ab6 100644 (file)
@@ -989,7 +989,8 @@ bool LyXReadLink(string const & File, string & Link)
 
 
 typedef pair<int, string> cmdret;
-static cmdret do_popen(string const & cmd)
+static
+cmdret do_popen(string const & cmd)
 {
        // One question is if we should use popen or
        // create our own popen based on fork, exec, pipe