Remove redundant parentheses from the return statement
This commit is contained in:
@@ -45,7 +45,7 @@ ISC_SETUP_TEST_IMPL(group) {
|
||||
ISC_LOG_DYNAMIC, ISC_LOGDESTINATION_STDERR, 0,
|
||||
ISC_LOGCATEGORY_DEFAULT, ISC_LOGMODULE_DEFAULT);
|
||||
|
||||
return (0);
|
||||
return 0;
|
||||
}
|
||||
|
||||
/* mimic calling nzf_append() */
|
||||
|
||||
Reference in New Issue
Block a user