From: Razvan Becheriu Date: Wed, 19 Apr 2023 21:07:43 +0000 (+0300) Subject: [#549] fixed indentation X-Git-Tag: Kea-2.3.7~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f3016c2e3a9c32eae55c4be52061eec3357f08b;p=thirdparty%2Fkea.git [#549] fixed indentation --- diff --git a/src/lib/cc/command_interpreter.cc b/src/lib/cc/command_interpreter.cc index 7b7c19e036..1bdd329d19 100644 --- a/src/lib/cc/command_interpreter.cc +++ b/src/lib/cc/command_interpreter.cc @@ -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);