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
gaoqiong
pybind11
Commits
07103d65
Unverified
Commit
07103d65
authored
Jan 29, 2022
by
Mattia Basaglia
Committed by
GitHub
Jan 29, 2022
Browse files
Remove extra semicolon (#3666)
parent
17792884
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
include/pybind11/detail/internals.h
include/pybind11/detail/internals.h
+1
-1
No files found.
include/pybind11/detail/internals.h
View file @
07103d65
...
...
@@ -322,7 +322,7 @@ inline bool raise_err(PyObject *exc_type, const char *msg) {
#endif
PyErr_SetString
(
exc_type
,
msg
);
return
false
;
}
;
}
inline
void
translate_exception
(
std
::
exception_ptr
p
)
{
if
(
!
p
)
{
...
...
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