summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorharti <harti@FreeBSD.org>2004-12-03 13:03:16 +0000
committerharti <harti@FreeBSD.org>2004-12-03 13:03:16 +0000
commitf92a5a26165dd046d93d944a37422f69ce5d553d (patch)
treea067bc8f59f1fafb24156827cfea20a059ab5d82 /usr.bin
parentb01c2c6a270688df07bd929e0a69733385855b55 (diff)
downloadFreeBSD-src-f92a5a26165dd046d93d944a37422f69ce5d553d.zip
FreeBSD-src-f92a5a26165dd046d93d944a37422f69ce5d553d.tar.gz
Remove an extra space.
Submitted by: ru
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/make/buf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/make/buf.c b/usr.bin/make/buf.c
index b4bf449..81e774a 100644
--- a/usr.bin/make/buf.c
+++ b/usr.bin/make/buf.c
@@ -65,7 +65,7 @@ __FBSDID("$FreeBSD$");
#define BufExpand(bp, nb) do { \
if ((bp)->left < (nb) + 1) { \
int newSize = (bp)->size + max((nb) + 1, BUF_ADD_INC); \
- Byte *newBuf = erealloc((bp)->buffer, newSize); \
+ Byte *newBuf = erealloc((bp)->buffer, newSize); \
\
(bp)->inPtr = newBuf + ((bp)->inPtr - (bp)->buffer); \
(bp)->outPtr = newBuf + ((bp)->outPtr - (bp)->buffer); \
OpenPOWER on IntegriCloud