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
MIGraphX
Commits
84c10837
Commit
84c10837
authored
Jun 21, 2022
by
Paul
Browse files
Fix tidy warning
parent
125e6ea2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/sqlite.cpp
src/sqlite.cpp
+1
-1
No files found.
src/sqlite.cpp
View file @
84c10837
...
@@ -27,7 +27,7 @@ struct sqlite_impl
...
@@ -27,7 +27,7 @@ struct sqlite_impl
auto
callback
=
[](
void
*
obj
,
auto
...
xs
)
->
int
{
auto
callback
=
[](
void
*
obj
,
auto
...
xs
)
->
int
{
try
try
{
{
auto
g
=
static_cast
<
const
F
*>
(
obj
);
const
auto
*
g
=
static_cast
<
const
F
*>
(
obj
);
(
*
g
)(
xs
...);
(
*
g
)(
xs
...);
return
0
;
return
0
;
}
}
...
...
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