mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-22 04:25:18 +00:00
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…
x
Reference in New Issue
Block a user