]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#549] fixed indentation
authorRazvan Becheriu <razvan@isc.org>
Wed, 19 Apr 2023 21:07:43 +0000 (00:07 +0300)
committerRazvan Becheriu <razvan@isc.org>
Wed, 19 Apr 2023 21:07:43 +0000 (00:07 +0300)
src/lib/cc/command_interpreter.cc

index 7b7c19e0369e1981a9b49aaad926d05612eb17e9..1bdd329d19dba74e1479682db14f6b10b36cb8c0 100644 (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);