
21 Nov
2022
21 Nov
'22
4:50 p.m.
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 <jiangjiacheng@huawei.com> --- 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(-)
After this, there are still some 'misaligned' options: libvirt.git $ git grep -A10 "struct option" Could you fix them all? Michal