From a0cbd4f04311392b785cf260abe52e2eb5695312 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Thu, 31 Oct 2024 20:02:45 +0100 Subject: Formatting --- src/main.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main.c b/src/main.c index ec8eab4..439f353 100644 --- a/src/main.c +++ b/src/main.c @@ -296,12 +296,12 @@ pattern_comp(u8view_t pat) if (re.len == 0) { if (op.c != 'h') { cerr(EXIT_FATAL, "%s%c%s operator given empty regex", - lquot, op.c, rquot); + lquot, op.c, rquot); } if (array_len(ops) == 0) { cerr(EXIT_FATAL, - "%sh%s operator given empty regex as the first operator", - lquot, rquot); + "%sh%s operator given empty regex as the first operator", + lquot, rquot); } op.re = ops[array_len(ops) - 1].re; #if DEBUG -- cgit v1.2.3