diff options
author | John Wiegley <johnw@newartisans.com> | 2010-06-11 16:03:50 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2010-06-11 17:02:25 -0400 |
commit | dea2aed0b509734ec4e1cd163ac2a4f013000da2 (patch) | |
tree | 7908da76c67ae5172882306a319bf26df81b73b4 /src/lookup.h | |
parent | d580079df892c30d023b3211d6c4611c17b11f8f (diff) | |
download | fork-ledger-dea2aed0b509734ec4e1cd163ac2a4f013000da2.tar.gz fork-ledger-dea2aed0b509734ec4e1cd163ac2a4f013000da2.tar.bz2 fork-ledger-dea2aed0b509734ec4e1cd163ac2a4f013000da2.zip |
Untabified all source files
Diffstat (limited to 'src/lookup.h')
-rw-r--r-- | src/lookup.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lookup.h b/src/lookup.h index 53cb5837..7776be80 100644 --- a/src/lookup.h +++ b/src/lookup.h @@ -48,8 +48,8 @@ namespace ledger { std::pair<xact_t *, account_t *> lookup_probable_account(const string& ident, - xacts_iterator& iter_func, - account_t * ref_account = NULL); + xacts_iterator& iter_func, + account_t * ref_account = NULL); } // namespace ledger |