From fbf573d2c9ff97e7eff9ac963afee9b5a30bc7d9 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Tue, 16 Mar 2021 11:24:24 +0000 Subject: [PATCH] daemon/daemon-c.c: Fix whitespace. --- daemon/daemon-c.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon/daemon-c.c b/daemon/daemon-c.c index 62e7daf2c..1754cf0d2 100644 --- a/daemon/daemon-c.c +++ b/daemon/daemon-c.c @@ -73,7 +73,7 @@ guestfs_int_daemon_exn_to_reply_with_error (const char *func, value exn) message, minor ? ": " : "", minor ? minor : "", details ? ": " : "", details ? details : ""); -} + } else if (STREQ (exn_name, "PCRE.Error")) { value pair = Field (exn, 1); reply_with_error ("PCRE error: %s (PCRE error code: %d)",