From cc138f6e68a006a6d8c760396ef30ede45155add Mon Sep 17 00:00:00 2001 From: Scott Kostyshak Date: Fri, 29 Mar 2013 01:52:29 -0400 Subject: [PATCH] Remove an empty line to make style consistent --- src/LyX.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/LyX.cpp b/src/LyX.cpp index e68ae0392f..ec522dead9 100644 --- a/src/LyX.cpp +++ b/src/LyX.cpp @@ -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; } -- 2.39.2