On Mon, Mar 11, 2013 at 2:50 PM, Lennart Poettering <[email protected]> wrote: > Makefile.am | 1 > src/bootchart/bootchart.c | 127 +++++++++++++++++---------------- > src/bootchart/bootchart.h | 39 ++++------ > src/bootchart/store.c | 57 ++++++--------- > src/bootchart/store.h | 34 +++++++++ > src/bootchart/svg.c | 173 > +++++++++++++++++++--------------------------- > src/bootchart/svg.h | 27 +++++++ > 7 files changed, 243 insertions(+), 215 deletions(-) > > New commits: > commit 6d031c0b6037ac7308d31562c09fb8ac714e82b4 > Author: Lennart Poettering <[email protected]> > Date: Mon Mar 11 22:47:58 2013 +0100 > > bootchart: various superficial cleanups > > Let's update bootchar to share the coding style a bit more with the rest > of the package. > > - Some tabs/spaces fixes > > - add #pragma to header > > - split up header so that we have a 1:1 relation between .c and .h files > like everywhere else > > - Prefix user command line arguments/configuration settings with "arg_". > > - other coding style fixes >
awesome, thanks for doing this. Auke _______________________________________________ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel
