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:
committed by
Tomek Mrugalski
parent
d570fd27ae
commit
4c231480aa
@@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user