Re: [OpenWrt-Devel] [PATCH 2/2] procd: apply official kernel clang-format style

2019-05-14 Thread Paul Spooren
On 5/14/19 4:08 PM, Petr Štetiar wrote: > Paul Spooren [2019-05-10 17:36:21]: > > Hi, > >> Currently some files use a mixture of spaces and tabs within a single >> file, instead of fixing style manually, a tool could do the job. > I find consistent coding style important, but I also know, how hard

Re: [OpenWrt-Devel] [PATCH 2/2] procd: apply official kernel clang-format style

2019-05-14 Thread Petr Štetiar
Paul Spooren [2019-05-10 17:36:21]: Hi, > Currently some files use a mixture of spaces and tabs within a single > file, instead of fixing style manually, a tool could do the job. I find consistent coding style important, but I also know, how hard is it to achieve it. It's some time already, so

[OpenWrt-Devel] [PATCH 2/2] procd: apply official kernel clang-format style

2019-05-10 Thread Paul Spooren
Currently some files use a mixture of spaces and tabs within a single file, instead of fixing style manually, a tool could do the job. Signed-off-by: Paul Spooren --- container.h | 3 +- inittab.c | 109 +++- libc-compat.h | 5 +- log.h | 12 ++-