Whitespace change.
[libguestfs.git] / daemon / daemon.h
index 612a6a6..6ce46b9 100644 (file)
@@ -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);                                           \