diff options
author | John Wiegley <johnw@newartisans.com> | 2007-05-21 20:45:13 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-04-13 03:39:06 -0400 |
commit | d23ed020abf494a046b499cdce1c0957cd5b4783 (patch) | |
tree | bd9035df62b9ef7cbf77045bb018de8e33270fca /src/utility/utils.h | |
parent | fdfc37adf948415b6caad55c08e8313abd4e1b1b (diff) | |
download | fork-ledger-d23ed020abf494a046b499cdce1c0957cd5b4783.tar.gz fork-ledger-d23ed020abf494a046b499cdce1c0957cd5b4783.tar.bz2 fork-ledger-d23ed020abf494a046b499cdce1c0957cd5b4783.zip |
Whitespace cleanup.
Diffstat (limited to 'src/utility/utils.h')
-rw-r--r-- | src/utility/utils.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/utility/utils.h b/src/utility/utils.h index 9ddedb0e..b78e716d 100644 --- a/src/utility/utils.h +++ b/src/utility/utils.h @@ -33,9 +33,9 @@ * @file utils.h * @author John Wiegley * @date Sun May 6 21:20:00 2007 - * + * * @brief This file contains general utility facilities used by Ledger. - * + * * Ledger has need of the following utility code, which this file * provides or includes in: * @@ -195,7 +195,7 @@ inline string operator+(const string& __lhs, const string& __rhs) } string operator+(const char* __lhs, const string& __rhs); -string operator+(char __lhs, const string& __rhs); +string operator+(char __lhs, const string& __rhs); inline string operator+(const string& __lhs, const char* __rhs) { @@ -324,7 +324,7 @@ inline bool category_matches(const char * cat) { #define DEBUG_(msg) #endif // DEBUG_ON - + #define LOG_MACRO(level, msg) \ (ledger::_log_level >= level ? \ ((ledger::_log_buffer << msg), ledger::logger_func(level)) : false) |