diff src/filelock.c @ 272:c5d627a313b1 r21-0b34

Import from CVS: tag r21-0b34
author cvs
date Mon, 13 Aug 2007 10:28:48 +0200
parents 966663fcf606
children 70ad99077275
line wrap: on
line diff
--- a/src/filelock.c	Mon Aug 13 10:27:41 2007 +0200
+++ b/src/filelock.c	Mon Aug 13 10:28:48 2007 +0200
@@ -497,11 +497,11 @@
 
   owner = current_lock_owner (lfname);
   if (owner <= 0)
-    return (Qnil);
+    return Qnil;
   else if (owner == getpid ())
-    return (Qt);
+    return Qt;
 
-  return (lock_file_owner_name (lfname));
+  return lock_file_owner_name (lfname);
 }
 
 void