From 024f873209f531322661578d3468b1f0a132640c Mon Sep 17 00:00:00 2001 From: liqingqing Date: Thu, 22 Oct 2020 14:23:14 +0800 Subject: tst-tcfree2: adjust coding style. tst-tcfree2: adjust coding style. Reviewed-by: DJ Delorie --- malloc/tst-tcfree2.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'malloc/tst-tcfree2.c') diff --git a/malloc/tst-tcfree2.c b/malloc/tst-tcfree2.c index 77323a9a85..b050796580 100644 --- a/malloc/tst-tcfree2.c +++ b/malloc/tst-tcfree2.c @@ -27,15 +27,15 @@ static int do_test (void) { - char * volatile ptrs[20]; +#define COUNT 20 + char * volatile ptrs[COUNT]; int i; /* Allocate enough small chunks so that when we free them all, the tcache is full, and the first one we freed is at the end of its linked list. */ -#define COUNT 20 - for (i=0; i