From f00869d373c22966646ca74362f551881678e477 Mon Sep 17 00:00:00 2001 From: Juergen Spitzmueller Date: Mon, 25 Mar 2019 16:32:08 +0100 Subject: [PATCH] Indentation --- src/support/Package.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/support/Package.cpp b/src/support/Package.cpp index 8b6fa0b03a..284b5689da 100644 --- a/src/support/Package.cpp +++ b/src/support/Package.cpp @@ -325,12 +325,12 @@ bool inBuildDir(FileName const & abs_binary, // Note that the name of the lyx binary may be a symbolic link. // If that is the case, then we follow the links too. - FileName binary = abs_binary; + FileName binary = abs_binary; while (true) { // Try and find "lyxrc.defaults". - if( isBuildDir(binary, "../", build_support_dir) || - isBuildDir(binary, "../../", build_support_dir)) - { + if ( isBuildDir(binary, "../", build_support_dir) + || isBuildDir(binary, "../../", build_support_dir)) + { // Try and find "chkconfig.ltx". system_support_dir = FileName(addPath(Package::top_srcdir().absFileName(), "lib")); @@ -359,7 +359,7 @@ bool inBuildDir(FileName const & abs_binary, system_support_dir = FileName(); build_support_dir = FileName(); - return false; + return false; } -- 2.39.5