From 3ed53b7b3c6fb3a82f863e07414372681aa92768 Mon Sep 17 00:00:00 2001 From: Johann Klähn Date: Tue, 15 Jan 2013 00:31:12 +0100 Subject: whitespace cleanup --- src/global.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/global.h') diff --git a/src/global.h b/src/global.h index d37043fc..dc6abd78 100644 --- a/src/global.h +++ b/src/global.h @@ -153,14 +153,14 @@ See LICENSE file included with the distribution for details and disclaimer."); OPTION__ (global_scope_t, init_file_, // -i CTOR(global_scope_t, init_file_) { - if(!_init_file.empty()) + if (!_init_file.empty()) // _init_file is filled during handle_debug_options on(none, _init_file); else if (const char * home_var = std::getenv("HOME")) - on(none, (path(home_var) / ".ledgerrc").string()); + on(none, (path(home_var) / ".ledgerrc").string()); else - on(none, path("./.ledgerrc").string()); + on(none, path("./.ledgerrc").string()); }); OPTION(global_scope_t, options); -- cgit v1.2.3