chiark / gitweb /
bootchart: various superficial cleanups
authorLennart Poettering <lennart@poettering.net>
Mon, 11 Mar 2013 21:47:58 +0000 (22:47 +0100)
committerLennart Poettering <lennart@poettering.net>
Mon, 11 Mar 2013 21:47:58 +0000 (22:47 +0100)
commit6d031c0b6037ac7308d31562c09fb8ac714e82b4
tree37163dcb9c1fe07b2b6f424bb8de2a3698e27feb
parente75dcf5737ea7c12522d31b55fe0ca193b9dcc21
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
Makefile.am
src/bootchart/bootchart.c
src/bootchart/bootchart.h
src/bootchart/store.c
src/bootchart/store.h [new file with mode: 0644]
src/bootchart/svg.c
src/bootchart/svg.h [new file with mode: 0644]