chiark / gitweb /
cleanup: All the whitespace fixes, all at once.
[mLib] / darray.c
index f376ee57ef72eb1bf5f7401e096f7e84023ea99f..05ba81e44857aeac7e8d1679ced700b24a57a5ed 100644 (file)
--- a/darray.c
+++ b/darray.c
@@ -7,7 +7,7 @@
  * (c) 1999 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,
@@ -238,7 +238,7 @@ void *da_shunt(da_base *b, void *v, size_t sz, size_t n)
   }
 
   /* --- Fill in the other parts of the base structure --- */
-  
+
   b->off = nsz - slots;
   b->sz = slots;
   b->unshift = b->push = 0;