summaryrefslogtreecommitdiff
path: root/src/global.h
diff options
context:
space:
mode:
authorJohann Klähn <kljohann@gmail.com>2013-01-15 00:31:12 +0100
committerJohann Klähn <kljohann@gmail.com>2013-01-16 23:11:45 +0100
commit3ed53b7b3c6fb3a82f863e07414372681aa92768 (patch)
tree321c4d97e31334536b52244e08e5a6e2483dc0df /src/global.h
parent6ff7dac73f78e885637b2827457ac5e4acfded67 (diff)
downloadfork-ledger-3ed53b7b3c6fb3a82f863e07414372681aa92768.tar.gz
fork-ledger-3ed53b7b3c6fb3a82f863e07414372681aa92768.tar.bz2
fork-ledger-3ed53b7b3c6fb3a82f863e07414372681aa92768.zip
whitespace cleanup
Diffstat (limited to 'src/global.h')
-rw-r--r--src/global.h6
1 files changed, 3 insertions, 3 deletions
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);