2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 21:45:37 +00:00

[#1855] fixed spaces

This commit is contained in:
Razvan Becheriu
2021-05-21 11:17:58 +03:00
committed by Tomek Mrugalski
parent d570fd27ae
commit 4c231480aa

View 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);
}