Change #238976
Category | rsyslog |
Changed by | Rainer Gerhards <rgerhards | @adiscon.com>
Changed at | Fri 11 Jul 2025 09:01:03 |
Repository | https://github.com/rsyslog/rsyslog.git |
Project | rsyslog |
Branch | master |
Revision | 64f683d92b84eae1d90823bd1248b1e5639c1652 |
Comments
tooling: new developer tool to fix trailing spaces This may be an interim solution, but definitely a useful one to address style inconsistencies. Style inconsistencies are problematic as they tend to pollute git history by causing pseudo-changes. This commit also contains a set of fixes to existing files, so that we get to a clean state.
Changed files
- devtools/fix-spaces.py
- runtime/cfsysline.c
- runtime/conf.c
- runtime/dynstats.c
- runtime/dynstats.h
- runtime/linkedlist.c
- runtime/module-template.h
- runtime/nsd_ossl.c
- runtime/nsd_ptcp.c
- runtime/obj-types.h
- runtime/obj.c
- runtime/objomsr.c
- runtime/strgen.c
- runtime/stringbuf.c
- runtime/tcpclt.c
- runtime/wtp.c
- tests/getline.c
- tests/mangle_qi.c
- tests/rscript.c
- tests/tcpflood.c
- tools/logsigner.c