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
Showing
此差异已折叠。
想要评论请 注册 或 登录