mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-02 06:55:16 +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.
|
// At least one argument is required.
|
||||||
if (arg->size() == 0) {
|
if (arg->size() == 0) {
|
||||||
isc_throw(CtrlChannelError, "invalid command '" << command_name << "': '"
|
isc_throw(CtrlChannelError,
|
||||||
<< CONTROL_ARGUMENTS << "' is empty");
|
"invalid command '" << command_name << "': '"
|
||||||
|
<< CONTROL_ARGUMENTS << "' is empty");
|
||||||
}
|
}
|
||||||
|
|
||||||
return (command_name);
|
return (command_name);
|
||||||
|
Reference in New Issue
Block a user