]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
minor formatting issue -- kill trailing whitespace
authorMichael Graff <mgraff@isc.org>
Wed, 26 Jul 2000 20:56:39 +0000 (20:56 +0000)
committerMichael Graff <mgraff@isc.org>
Wed, 26 Jul 2000 20:56:39 +0000 (20:56 +0000)
lib/isc/mem.c

index c220b38e7cfcc3c1c29938f81736850aee6cda6e..801d78c728d2d9a09437968496d009611d80c518 100644 (file)
@@ -15,7 +15,7 @@
  * SOFTWARE.
  */
 
-/* $Id: mem.c,v 1.54 2000/07/26 19:06:19 explorer Exp $ */
+/* $Id: mem.c,v 1.55 2000/07/26 20:56:39 explorer Exp $ */
 
 #include <config.h>
 
@@ -272,7 +272,7 @@ quantize(size_t size) {
        if (size == 0)
                return (ALIGNMENT_SIZE);
        temp = size + (ALIGNMENT_SIZE - 1);
-       return (temp - temp % ALIGNMENT_SIZE); 
+       return (temp - temp % ALIGNMENT_SIZE);
 }
 
 static inline void