From 1fb759908f0cc38fd0b763fb7908eef515f4af33 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 12 Jul 2005 20:13:59 +0000 Subject: [PATCH] trim whitespace --- TODO | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TODO b/TODO index cef25cfdf..9566cda0c 100644 --- a/TODO +++ b/TODO @@ -111,7 +111,7 @@ Memory Allocation allocation on the stack or the heap. Unfortunately, we're not using it much. We need to audit our memory allocations and turn a lot of malloc/free calls into RESERVE_CONFIG_BUFFER/RELEASE_CONFIG_BUFFER. - + And while we're at it, many of the CONFIG_FEATURE_CLEAN_UP #ifdefs will be optimized out by the compiler in the stack allocation case (since there's no free for an alloca()), and this means that various cleanup loops that just -- 2.25.1