[systemd-devel] [systemd-commits] Makefile.am src/bootchart

Kok, Auke-jan H auke-jan.h.kok at intel.com
Mon Mar 11 14:55:55 PDT 2013


On Mon, Mar 11, 2013 at 2:50 PM, Lennart Poettering
<lennart at kemper.freedesktop.org> 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 <lennart at poettering.net>
> 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


More information about the systemd-devel mailing list