Systemd/src/python-systemd
Thomas Hindoe Paaboel Andersen f168c27313 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()
    {
    }
2013-12-03 22:27:45 +01:00
..
docs
.gitignore
__init__.py
_daemon.c
_journal.c
_reader.c trivial coding style clean ups 2013-12-03 22:27:45 +01:00
daemon.py
id128.c
journal.py
login.c trivial coding style clean ups 2013-12-03 22:27:45 +01:00
Makefile
pyutil.c
pyutil.h