]> git.ipfire.org Git - thirdparty/collectd.git/commit
Address some clang-format issues
authorEdgar Fuß <ef@math.uni-bonn.de>
Fri, 15 Nov 2019 18:11:42 +0000 (19:11 +0100)
committerDagobert Michelsen <dam@opencsw.org>
Tue, 18 Feb 2020 16:31:05 +0000 (17:31 +0100)
commitfb97bf10a6fd104a1266ea62115c41f8de49d6a9
tree3b1348b5b0611b7add8960fc5a18f425bf64923e
parent809b65c97e4838c636c98c19ac20c72f8b34e494
Address some clang-format issues

Remove some white space, re-order #include's.

clang-format would also like to re-format some code I didn't modify (changing indentation of /* #endif ... */ comments and normalize the line wrapping on two disk_submit() calls into a form I find harder to understand.
src/disk.c