mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
daemon/daemon-c.c: Fix whitespace.
This commit is contained in:
@@ -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)",
|
||||
|
||||
Reference in New Issue
Block a user