summaryrefslogtreecommitdiffstats
path: root/daemon
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2009-11-27 13:42:43 +0000
committerRichard Jones <rjones@redhat.com>2009-11-27 14:32:47 +0000
commitf02acc3d307f210d418a0177f374d02a4f8ccb5a (patch)
treec8b97e7b78b5bbb852e6229954878a1b9c389e4d /daemon
parent582b64a7b18d846e03d5ed2d24036d566b964124 (diff)
downloadlibguestfs-f02acc3d307f210d418a0177f374d02a4f8ccb5a.tar.gz
libguestfs-f02acc3d307f210d418a0177f374d02a4f8ccb5a.tar.xz
libguestfs-f02acc3d307f210d418a0177f374d02a4f8ccb5a.zip
Whitespace change.
Diffstat (limited to 'daemon')
-rw-r--r--daemon/daemon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/daemon.h b/daemon/daemon.h
index 612a6a66..6ce46b9c 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); \