summaryrefslogtreecommitdiff
path: root/amount.h
diff options
context:
space:
mode:
Diffstat (limited to 'amount.h')
-rw-r--r--amount.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/amount.h b/amount.h
index d40f8f3a..7513c72d 100644
--- a/amount.h
+++ b/amount.h
@@ -312,7 +312,7 @@ void parse_conversion(const std::string& larger,
inline bool is_quote_or_paren(char * p) {
return *p == '"' || *p == '{' || *p == '[' || *p == '(';
-}
+}
inline char * scan_past_quotes_and_parens(char * expr)
{