From: Richard Jones Date: Fri, 27 Nov 2009 13:42:43 +0000 (+0000) Subject: Whitespace change. X-Git-Tag: 1.0.80~14 X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=commitdiff_plain;h=f02acc3d307f210d418a0177f374d02a4f8ccb5a Whitespace change. --- diff --git a/daemon/daemon.h b/daemon/daemon.h index 612a6a6..6ce46b9 100644 --- a/daemon/daemon.h +++ b/daemon/daemon.h @@ -196,7 +196,7 @@ extern void reply (xdrproc_t xdrp, char *ret); */ #define REQUIRE_ROOT_OR_RESOLVE_DEVICE(path,fail_stmt) \ do { \ - if (STREQLEN ((path), "/dev/", 5)) \ + if (STREQLEN ((path), "/dev/", 5)) \ RESOLVE_DEVICE ((path), fail_stmt); \ else { \ NEED_ROOT (fail_stmt); \