diff options
author | John Wiegley <johnw@newartisans.com> | 2012-03-09 01:28:34 -0600 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2012-03-09 01:28:34 -0600 |
commit | 77484f1c17aacd29808b0b43a2b6599ff4526d3b (patch) | |
tree | aedae7a51d6e5789d1a86e53c8c7e8ec070e2b9f /src/global.h | |
parent | 5f27ddaba64e896ea0c3d73744a923ec0b3e1863 (diff) | |
download | fork-ledger-77484f1c17aacd29808b0b43a2b6599ff4526d3b.tar.gz fork-ledger-77484f1c17aacd29808b0b43a2b6599ff4526d3b.tar.bz2 fork-ledger-77484f1c17aacd29808b0b43a2b6599ff4526d3b.zip |
Whitespace fix
Diffstat (limited to 'src/global.h')
-rw-r--r-- | src/global.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/global.h b/src/global.h index 7429b1f5..392b03a9 100644 --- a/src/global.h +++ b/src/global.h @@ -141,7 +141,6 @@ 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 (const char * home_var = std::getenv("HOME")) on(none, (path(home_var) / ".ledgerrc").string()); |