]> err.no Git - util-linux/commitdiff
libblkid: fix #ifdefs readability
authorKarel Zak <kzak@redhat.com>
Tue, 30 Jun 2009 09:26:54 +0000 (11:26 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 30 Jun 2009 09:26:54 +0000 (11:26 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
shlibs/blkid/src/probe.c

index 6e73696a3b2000685be1769ffc197f80342ab825..10fcb0035c7f487a8e5ffe37006f1b743558dd74 100644 (file)
@@ -29,8 +29,8 @@
 #ifdef HAVE_LIBUUID
 # ifdef HAVE_UUID_UUID_H
 #  include <uuid/uuid.h>
-#else
-# include <uuid.h>
+# else
+#  include <uuid.h>
 # endif
 #endif