aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/Rounding.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/core/Rounding.h')
-rw-r--r--arm_compute/core/Rounding.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arm_compute/core/Rounding.h b/arm_compute/core/Rounding.h
index b6817b5107..30a5a0fe9d 100644
--- a/arm_compute/core/Rounding.h
+++ b/arm_compute/core/Rounding.h
@@ -42,5 +42,5 @@ enum class RoundingPolicy
* @return Rounded value of the argument x.
*/
int round(float x, RoundingPolicy rounding_policy);
-}
+} // namespace arm_compute
#endif /*ARM_COMPUTE_ROUNDING_H */