aboutsummaryrefslogtreecommitdiff
path: root/util/xutil.c
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/xutil.c
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/xutil.c')
-rw-r--r--util/xutil.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/xutil.c b/util/xutil.c
index f211eaaa..07a00343 100644
--- a/util/xutil.c
+++ b/util/xutil.c
@@ -111,7 +111,7 @@ xregcomp (regex_t *preg, const char *regex, int cflags)
regerror (rerr, preg, error, error_size);
fprintf (stderr, "compiling regex %s: %s\n",
- regex, error);
+ regex, error);
free (error);
return 1;
}