From be6a99f9102c51b706866ec357b961512769047b Mon Sep 17 00:00:00 2001 From: Andrew Borodin Date: Fri, 12 Oct 2012 14:45:39 +0400 Subject: [PATCH] src/filemanager/mountlist.c: fix indentation. Signed-off-by: Andrew Borodin --- src/filemanager/mountlist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/filemanager/mountlist.c b/src/filemanager/mountlist.c index 74a6dc6a8..562b0b6fe 100644 --- a/src/filemanager/mountlist.c +++ b/src/filemanager/mountlist.c @@ -275,7 +275,7 @@ me_remote (char const *fs_name, char const *fs_type _GL_UNUSED) with GNU libc on Linux kernels before 2.6.36, which stats all preceding entries in /proc/mounts; that makes df hang if even one of the corresponding file systems is hard-mounted but not available. */ -# if ! (__linux__ && (__GLIBC__ || __UCLIBC__)) +#if ! (__linux__ && (__GLIBC__ || __UCLIBC__)) /* The FRSIZE fallback is not required in this case. */ #undef STAT_STATFS2_FRSIZE static int -- 2.11.4.GIT