mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-31 14:05:33 +00:00
[#549] fixed indentation
This commit is contained in:
@@ -227,8 +227,9 @@ parseCommandWithArgs(ConstElementPtr& arg, ConstElementPtr command) {
|
||||
|
||||
// At least one argument is required.
|
||||
if (arg->size() == 0) {
|
||||
isc_throw(CtrlChannelError, "invalid command '" << command_name << "': '"
|
||||
<< CONTROL_ARGUMENTS << "' is empty");
|
||||
isc_throw(CtrlChannelError,
|
||||
"invalid command '" << command_name << "': '"
|
||||
<< CONTROL_ARGUMENTS << "' is empty");
|
||||
}
|
||||
|
||||
return (command_name);
|
||||
|
Reference in New Issue
Block a user