From 931a5db2a7ded73ddd72cb6646b506d49782f3ec Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Tue, 22 Oct 2019 09:40:31 -0400 Subject: Re-run make autostyle. --- src/lib/buf/buffers.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/buf') diff --git a/src/lib/buf/buffers.c b/src/lib/buf/buffers.c index 28710ebab3..4adc08fdbf 100644 --- a/src/lib/buf/buffers.c +++ b/src/lib/buf/buffers.c @@ -110,7 +110,7 @@ memset(a,0,SENTINEL_LEN); \ } while (0) #endif /* defined(DISABLE_MEMORY_SENTINELS) */ -#endif +#endif /* !defined(COCCI) */ /** Move all bytes stored in chunk to the front of chunk->mem, * to free up space at the end. */ -- cgit v1.2.3-54-g00ecf