From 02c8a3da2c4462ecf78944af9f6fd2c986fa536c Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Wed, 5 Feb 2020 13:45:50 -0800 Subject: [PATCH] * lib/mountlist.c: fix formatting --- lib/mountlist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.39.5