Re: [PATCH 2/2] coding-style: Use the same style in the same structure

2022-11-21 Thread Michal Prívozník
On 11/19/22 10:31, Jiang Jiacheng wrote: > Coding-style of members in the same structure should be unified. > > Signed-off-by: Jiang Jiacheng > --- > src/locking/lock_daemon.c | 12 ++-- > src/logging/log_daemon.c | 12 ++-- > src/remote/remote_daemon.c | 14 +++--- >

[PATCH 2/2] coding-style: Use the same style in the same structure

2022-11-19 Thread Jiang Jiacheng
Coding-style of members in the same structure should be unified. Signed-off-by: Jiang Jiacheng --- src/locking/lock_daemon.c | 12 ++-- src/logging/log_daemon.c | 12 ++-- src/remote/remote_daemon.c | 14 +++--- 3 files changed, 19 insertions(+), 19 deletions(-) diff