chiark / gitweb /
cleanup: All the whitespace fixes, all at once.
[mLib] / pool.c
diff --git a/pool.c b/pool.c
index c9b05ec1573441971312a0e9533a932889a6524a..d89bab2555a75a265733850d400a94d07774eec9 100644 (file)
--- a/pool.c
+++ b/pool.c
@@ -7,7 +7,7 @@
  * (c) 2000 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,
@@ -191,7 +191,7 @@ pool *pool_create(arena *a)
  * Use:                Destroys a pool, freeing all of the resources within it.  If
  *             this is a pool created by @pool_create@, its memory will be
  *             deallocated; if it's a subpool or it was initialized by
- *             @pool_init@, it is emptied and can be used again. 
+ *             @pool_init@, it is emptied and can be used again.
  */
 
 void pool_destroy(pool *p)