diff options
author | Christian Grothoff <christian@grothoff.org> | 2019-10-05 15:42:08 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2019-10-05 15:42:08 +0200 |
commit | b46fe9aa21d0bd3624284be00f72f1de0d510b67 (patch) | |
tree | 368b65ff113b8ead3572adb816fb716317611179 /src/util/amount.c | |
parent | 52bbfe926be03f66d57d15743e9914bc4e201c8c (diff) |
reindenting with uncrustify
Diffstat (limited to 'src/util/amount.c')
-rw-r--r-- | src/util/amount.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/amount.c b/src/util/amount.c index 8e801267f..21410c769 100644 --- a/src/util/amount.c +++ b/src/util/amount.c @@ -164,7 +164,7 @@ TALER_string_to_amount (const char *str, } return GNUNET_OK; - fail: +fail: /* set currency to 'invalid' to prevent accidental use */ memset (denom->currency, 0, |