chiark / gitweb /
conf-parser: add a bit more whitespace
authorLennart Poettering <lennart@poettering.net>
Mon, 28 May 2018 19:47:43 +0000 (21:47 +0200)
committerSven Eden <yamakuzure@gmx.net>
Fri, 24 Aug 2018 14:47:08 +0000 (16:47 +0200)
commit1a3cfdc8fe34a0103c21aa0684db8fc0c56a9f2e
tree2675093cbef348dc4dd03b2159d9ddeb5d0116bf
parent03464aa3feec8c3f4cbd21145665967214930962
conf-parser: add a bit more whitespace

We usually seperate case statements within a switch from each other by
empty lines. We also often add an empty line after multi-line function
prototypes, let's do so here too

Also, no trailing ; after }...
src/shared/conf-parser.c