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
8259bf56
Commit
8259bf56
authored
Nov 06, 2018
by
Shucai Xiao
Browse files
fix the clang-tidy error.
parent
45a83990
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
src/include/migraph/config.hpp
src/include/migraph/config.hpp
+3
-1
No files found.
src/include/migraph/config.hpp
View file @
8259bf56
...
@@ -3,7 +3,9 @@
...
@@ -3,7 +3,9 @@
namespace
migraph
{
namespace
migraph
{
#define MIGRAPH_INLINE_NS version_1
#ifndef MIGRAPH_USE_CLANG_TIDY
#define MIGRAPH_INLINE_NS version_1 // NOLINT
#endif
}
// namespace migraph
}
// namespace migraph
...
...
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