chiark / gitweb /
trivial coding style clean ups
authorThomas Hindoe Paaboel Andersen <phomes@gmail.com>
Tue, 3 Dec 2013 21:27:45 +0000 (22:27 +0100)
committerThomas Hindoe Paaboel Andersen <phomes@gmail.com>
Tue, 3 Dec 2013 21:27:45 +0000 (22:27 +0100)
commitf168c27313e4d7b0aabee037dc9c78a5799f0597
treedf9ad884b2fdf45f519d04075dc67c8b82bb2915
parent53ab52ac6d2a12ba24f3cfd618c12c99871947ed
trivial coding style clean ups

- Add space between if/for and the opening parentheses
- Place the opening brace on same line as the function (not for  udev)

From the CODING_STYLE
Try to use this:
    void foo() {
    }
instead of this:
    void foo()
    {
    }
22 files changed:
CODING_STYLE
src/analyze/analyze.c
src/bootchart/bootchart.c
src/bootchart/svg.c
src/initctl/initctl.c
src/journal/coredumpctl.c
src/libsystemd-bus/bus-dump.c
src/modules-load/modules-load.c
src/python-systemd/_reader.c
src/python-systemd/login.c
src/shared/ioprio.h
src/shared/linux/auto_dev-ioctl.h
src/shared/strxcpyx.c
src/shared/util.c
src/systemctl/systemctl.c
src/test/test-libudev.c
src/test/test-strbuf.c
src/test/test-udev.c
src/udev/net/link-config.c
src/udev/udev-builtin-net_id.c
src/udev/udev-ctrl.c
src/udev/udev-rules.c