mirror of https://gitee.com/openkylin/libvirt.git
Remove curly braces on all single-line conditional jumps in dispatcher
Replace all occurrances of if (....) { goto cleanup; } With if (.....) goto cleanup; to save one line of code * daemon/remote.c: Remove curly braces on single line conditionals
This commit is contained in:
parent
c19295e5ae
commit
55c71a26af
948
daemon/remote.c
948
daemon/remote.c
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue