From: Paul Eggert Date: Wed, 5 Feb 2020 21:45:50 +0000 (-0800) Subject: * lib/mountlist.c: fix formatting X-Git-Tag: v1.0~4265 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=02c8a3da2c4462ecf78944af9f6fd2c986fa536c;p=gnulib.git * lib/mountlist.c: fix formatting --- diff --git a/lib/mountlist.c b/lib/mountlist.c index 255e350e0b..4df0294234 100644 --- a/lib/mountlist.c +++ b/lib/mountlist.c @@ -231,7 +231,7 @@ me_remote (char const *fs_name, char const *fs_type _GL_UNUSED) || strcmp (Fs_type, "cifs") == 0)) \ || strcmp (Fs_type, "afs") == 0 \ || strcmp (Fs_type, "auristorfs") == 0 \ - || (strcmp("-hosts", Fs_name) == 0)) + || strcmp ("-hosts", Fs_name) == 0) #endif #if MOUNTED_GETMNTINFO /* Mac OS X, FreeBSD, OpenBSD, also (obsolete) 4.4BSD */