]> git.lyx.org Git - features.git/commitdiff
Remove an empty line to make style consistent
authorScott Kostyshak <skostysh@lyx.org>
Fri, 29 Mar 2013 05:52:29 +0000 (01:52 -0400)
committerScott Kostyshak <skostysh@lyx.org>
Fri, 29 Mar 2013 05:57:29 +0000 (01:57 -0400)
src/LyX.cpp

index e68ae0392f82b2e5ef68a1c8d9df278bcc936d39..ec522dead9ee3a6ce79a120b7d3309750dda30b4 100644 (file)
@@ -1143,7 +1143,6 @@ int parse_import(string const & type, string const & file, string & batch)
                lyxerr << to_utf8(_("Missing filename for --import")) << endl;
                exit(1);
        }
-
        batch = "buffer-import " + type + ' ' + file;
        return 2;
 }