From 857bc6901294a39fdeab2509372b376d49ba49b3 Mon Sep 17 00:00:00 2001 From: Abdelrazak Younes Date: Mon, 6 Sep 2010 06:37:40 +0000 Subject: [PATCH] whitespace. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35289 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/LyX.cpp | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/LyX.cpp b/src/LyX.cpp index e929bb49b6..2d6611211c 100644 --- a/src/LyX.cpp +++ b/src/LyX.cpp @@ -369,7 +369,7 @@ int LyX::exec(int & argc, char * argv[]) prepareExit(); return exit_status; } - + // FIXME /* Create a CoreApplication class that will provide the main event loop * and the socket callback registering. With Qt4, only QtCore @@ -553,7 +553,7 @@ void LyX::execCommands() break; } } - + // create the first main window lyx::dispatch(FuncRequest(LFUN_WINDOW_NEW, geometryArg)); @@ -681,7 +681,7 @@ static void error_handler(int err_sig) (err_sig != SIGHUP && !getEnv("LYXDEBUG").empty())) { #else if (err_sig == SIGSEGV || !getEnv("LYXDEBUG").empty()) { -#endif +#endif #ifdef _MSC_VER // with abort() it crashes again. exit(err_sig); @@ -853,7 +853,7 @@ bool LyX::init() // This must happen after package initialization and after lyxrc is // read, therefore it can't be done by a static object. ConverterCache::init(); - + return true; } @@ -889,7 +889,7 @@ static bool needsUpdate(string const & file) firstrun = false; } - FileName absfile = + FileName absfile = FileName(addName(package().user_support().absFileName(), file)); return !absfile.exists() || configure_script.lastModified() > absfile.lastModified(); @@ -1138,14 +1138,14 @@ int parse_geometry(string const & arg1, string const &, string &) } -int parse_batch(string const &, string const &, string &) +int parse_batch(string const &, string const &, string &) { use_gui = false; return 0; } -int parse_force(string const & arg, string const &, string &) +int parse_force(string const & arg, string const &, string &) { if (arg == "all") { force_overwrite = ALL_FILES; -- 2.39.2