aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/CL/kernels/CLMinMaxLocationKernel.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/core/CL/kernels/CLMinMaxLocationKernel.h')
-rw-r--r--arm_compute/core/CL/kernels/CLMinMaxLocationKernel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arm_compute/core/CL/kernels/CLMinMaxLocationKernel.h b/arm_compute/core/CL/kernels/CLMinMaxLocationKernel.h
index 03ae3c1b1f..5f0ddad812 100644
--- a/arm_compute/core/CL/kernels/CLMinMaxLocationKernel.h
+++ b/arm_compute/core/CL/kernels/CLMinMaxLocationKernel.h
@@ -100,5 +100,5 @@ private:
const ICLImage *_input; /**< Input image. */
cl::Buffer *_min_max_count; /**< Minimum/maximum value occurrences. */
};
-}
+} // namespace arm_compute
#endif /*__ARM_COMPUTE_CLMINMAXLOCATIONKERNEL_H__ */