aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/CL/functions/CLLogicalOr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/CL/functions/CLLogicalOr.cpp')
-rw-r--r--src/runtime/CL/functions/CLLogicalOr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/CL/functions/CLLogicalOr.cpp b/src/runtime/CL/functions/CLLogicalOr.cpp
index 4681083fd5..b5be3cf816 100644
--- a/src/runtime/CL/functions/CLLogicalOr.cpp
+++ b/src/runtime/CL/functions/CLLogicalOr.cpp
@@ -48,7 +48,7 @@ void CLLogicalOr::run(ITensorPack &tensors)
{
ICLOperator::run(tensors);
}
-} /* namespace experimental */
+} // namespace experimental
struct CLLogicalOr::Impl
{