Re: [U-Boot] [PATCH v3 1/9] Remove form-feeds from dlmalloc.c

2014-07-26 Thread Simon Glass
On 11 July 2014 05:23, Simon Glass wrote: > These don't really serve any purpose in the modern age. On the other hand > they show up as annoying control characters in my editor, which then happily > removes them. > > I believe we can drop these characters from the file. > > Signed-off-by: Simon Gl

[U-Boot] [PATCH v3 1/9] Remove form-feeds from dlmalloc.c

2014-07-10 Thread Simon Glass
These don't really serve any purpose in the modern age. On the other hand they show up as annoying control characters in my editor, which then happily removes them. I believe we can drop these characters from the file. Signed-off-by: Simon Glass --- Changes in v3: None Changes in v2: - Tidy up