[BusyBox-cvs] svn commit: branches/busybox_1_00_stable

andersen at busybox.net andersen at busybox.net
Tue Jul 12 20:13:59 UTC 2005


Author: andersen
Date: 2005-07-12 14:13:59 -0600 (Tue, 12 Jul 2005)
New Revision: 10799

Log:
trim whitespace


Modified:
   branches/busybox_1_00_stable/TODO


Changeset:
Modified: branches/busybox_1_00_stable/TODO
===================================================================
--- branches/busybox_1_00_stable/TODO	2005-07-12 20:02:55 UTC (rev 10798)
+++ branches/busybox_1_00_stable/TODO	2005-07-12 20:13:59 UTC (rev 10799)
@@ -111,7 +111,7 @@
   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




More information about the busybox-cvs mailing list