Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
153bda11
Commit
153bda11
authored
Dec 13, 2012
by
JINMEI Tatuya
Browse files
[2379] style fix: folded a long line.
parent
634b1cb2
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/python/isc/datasrc/client_python.cc
View file @
153bda11
...
...
@@ -380,7 +380,8 @@ PyDataSourceClient_ToDataSourceClient(PyObject* client_obj) {
isc_throw
(
PyCPPWrapperException
,
"obj argument NULL in Name PyObject conversion"
);
}
const
s_DataSourceClient
*
client
=
static_cast
<
const
s_DataSourceClient
*>
(
client_obj
);
const
s_DataSourceClient
*
client
=
static_cast
<
const
s_DataSourceClient
*>
(
client_obj
);
return
(
*
client
->
client
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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