]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#1855] fixed spaces
authorRazvan Becheriu <razvan@isc.org>
Fri, 21 May 2021 08:17:58 +0000 (11:17 +0300)
committerTomek Mrugalski <tomek@isc.org>
Fri, 21 May 2021 13:49:03 +0000 (13:49 +0000)
src/bin/dhcp6/parser_context.cc

index 34cde5071b14936d22c8d2dd6b77d043930f4d16..2a0694b3703bbdc7caf227087eb250a544125de3 100644 (file)
@@ -78,12 +78,12 @@ Parser6Context::error(const isc::dhcp::location& loc,
 }
 
 void
-Parser6Context::error (const std::string& what) {
+Parser6Context::error(const std::string& what) {
     isc_throw(Dhcp6ParseError, what);
 }
 
 void
-Parser6Context::fatal (const std::string& what) {
+Parser6Context::fatal(const std::string& what) {
     isc_throw(Dhcp6ParseError, what);
 }