2
0
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:
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.
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);