2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-29 05:28:00 +00:00

minor formatting issue -- kill trailing whitespace

This commit is contained in:
Michael Graff 2000-07-26 20:56:39 +00:00
parent 6967adadcb
commit 6d016e34bf

View 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