trim whitespace 1_00_stable_10817
authorEric Andersen <andersen@codepoet.org>
Tue, 12 Jul 2005 20:13:59 +0000 (20:13 -0000)
committerEric Andersen <andersen@codepoet.org>
Tue, 12 Jul 2005 20:13:59 +0000 (20:13 -0000)
TODO

diff --git a/TODO b/TODO
index cef25cfdf54b67666836b0fdd99d686d53b6d2e3..9566cda0cdaf8d8c1450159425a91a8709c709dc 100644 (file)
--- 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