2
0
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:
Razvan Becheriu
2023-04-20 00:07:43 +03:00
parent 712c179b6a
commit 4f3016c2e3

View File

@@ -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);