From e512717968ccfc2342b2901b2caba0a4217c4bc1 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Tue, 30 Jun 2009 11:26:54 +0200 Subject: [PATCH] libblkid: fix #ifdefs readability Signed-off-by: Karel Zak --- shlibs/blkid/src/probe.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shlibs/blkid/src/probe.c b/shlibs/blkid/src/probe.c index 6e73696a..10fcb003 100644 --- a/shlibs/blkid/src/probe.c +++ b/shlibs/blkid/src/probe.c @@ -29,8 +29,8 @@ #ifdef HAVE_LIBUUID # ifdef HAVE_UUID_UUID_H # include -#else -# include +# else +# include # endif #endif -- 2.39.5