Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sebastian Schrader
Kea
Commits
d80ac51e
Commit
d80ac51e
authored
Nov 11, 2015
by
Francis Dupont
Browse files
[4095] reindent
parent
bb4d313b
Changes
1
Show whitespace changes
Inline
Side-by-side
src/lib/dhcpsrv/client_class_def.cc
View file @
d80ac51e
...
...
@@ -23,6 +23,7 @@ ClientClassDef::ClientClassDef(const std::string& name,
const
ExpressionPtr
&
match_expr
,
const
OptionCollectionPtr
&
options
)
:
name_
(
name
),
match_expr_
(
match_expr
),
options_
(
options
)
{
// Name can't be blank
if
(
name_
.
empty
())
{
isc_throw
(
BadValue
,
"ClientClassDef name cannot be empty"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment