mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 05:57:52 +00:00
minor formatting issue -- kill trailing whitespace
This commit is contained in:
parent
6967adadcb
commit
6d016e34bf
@ -15,7 +15,7 @@
|
|||||||
* SOFTWARE.
|
* 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>
|
#include <config.h>
|
||||||
|
|
||||||
@ -272,7 +272,7 @@ quantize(size_t size) {
|
|||||||
if (size == 0)
|
if (size == 0)
|
||||||
return (ALIGNMENT_SIZE);
|
return (ALIGNMENT_SIZE);
|
||||||
temp = size + (ALIGNMENT_SIZE - 1);
|
temp = size + (ALIGNMENT_SIZE - 1);
|
||||||
return (temp - temp % ALIGNMENT_SIZE);
|
return (temp - temp % ALIGNMENT_SIZE);
|
||||||
}
|
}
|
||||||
|
|
||||||
static inline void
|
static inline void
|
||||||
|
Loading…
x
Reference in New Issue
Block a user