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
Adam Osuchowski
Kea
Commits
5d7e273a
Commit
5d7e273a
authored
Dec 13, 2012
by
JINMEI Tatuya
Browse files
[2542] style fix: position of '*'
parent
a70fd033
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/python/isc/datasrc/client_python.cc
View file @
5d7e273a
...
...
@@ -94,7 +94,7 @@ DataSourceClient_findZone(PyObject* po_self, PyObject* args) {
PyObject
*
DataSourceClient_createZone
(
PyObject
*
po_self
,
PyObject
*
args
)
{
s_DataSourceClient
*
const
self
=
static_cast
<
s_DataSourceClient
*>
(
po_self
);
PyObject
*
name
;
PyObject
*
name
;
if
(
PyArg_ParseTuple
(
args
,
"O!"
,
&
name_type
,
&
name
))
{
try
{
const
bool
result
=
self
->
client
->
createZone
(
PyName_ToName
(
name
));
...
...
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