chiark / gitweb /
cleanup: All the whitespace fixes, all at once.
[mLib] / lock.c
diff --git a/lock.c b/lock.c
index 437ad10a3e23170f47ed383a649545a99ac12891..19392a8e7a1ea63c2639ce7f1bb17247df501a3a 100644 (file)
--- a/lock.c
+++ b/lock.c
@@ -7,7 +7,7 @@
  * (c) 1997 Straylight/Edgeware
  */
 
-/*----- Licensing notice --------------------------------------------------* 
+/*----- Licensing notice --------------------------------------------------*
  *
  * This file is part of the mLib utilities library.
  *
  * it under the terms of the GNU Library General Public License as
  * published by the Free Software Foundation; either version 2 of the
  * License, or (at your option) any later version.
- * 
+ *
  * mLib is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  * GNU Library General Public License for more details.
- * 
+ *
  * You should have received a copy of the GNU Library General Public
  * License along with mLib; if not, write to the Free
  * Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
@@ -83,7 +83,7 @@ int lock_file(int fd, unsigned how)
 {
   struct flock fk;
   struct sigaction sa, osa;
-  sigset_t ss, oss; 
+  sigset_t ss, oss;
   int e;
   int al, d, left;