aboutsummaryrefslogtreecommitdiff
path: root/util/error_util.h
diff options
context:
space:
mode:
authoruncrustify <david@tethera.net>2019-06-13 07:33:13 -0300
committerDavid Bremner <david@tethera.net>2019-06-14 07:41:27 -0300
commit1a8916786f9464af6c8a05713a4c987a6b097a12 (patch)
tree95bcd1b68ecd8557057790dc22c3ea8c8734ef2b /util/error_util.h
parent33382c2b5ba2537952a60ea378feff36961e4713 (diff)
util: run uncrustify
This is the result of running $ uncrustify --replace --config ../devel/uncrustify.cfg *.c *.h in the util directory
Diffstat (limited to 'util/error_util.h')
-rw-r--r--util/error_util.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/error_util.h b/util/error_util.h
index aa3b77c4..a51f001f 100644
--- a/util/error_util.h
+++ b/util/error_util.h
@@ -44,8 +44,8 @@ _internal_error (const char *format, ...) PRINTF_ATTRIBUTE (1, 2) NORETURN_ATTRI
*
* Note that __location__ comes from talloc.h.
*/
-#define INTERNAL_ERROR(format, ...) \
- _internal_error (format " (%s).\n", \
+#define INTERNAL_ERROR(format, ...) \
+ _internal_error (format " (%s).\n", \
##__VA_ARGS__, __location__)
#ifdef __cplusplus