]> git.notmuchmail.org Git - notmuch/blobdiff - util/error_util.h
util: run uncrustify
[notmuch] / util / error_util.h
index aa3b77c43fd92d95ac55babf345b977861644333..a51f001f449822d8d671516d2e435881442e1e31 100644 (file)
@@ -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