]> Savannah Git Hosting - gnulib.git/commitdiff
* lib/mountlist.c: fix formatting
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 5 Feb 2020 21:45:50 +0000 (13:45 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 5 Feb 2020 21:46:51 +0000 (13:46 -0800)
lib/mountlist.c

index 255e350e0b56c3c4089d5e41d4acd9ecd3bb6ea7..4df029423456e7560846184cf1fd9a6dfd3d1efd 100644 (file)
@@ -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 */