aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/utils/math/Math.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/core/utils/math/Math.h')
-rw-r--r--arm_compute/core/utils/math/Math.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arm_compute/core/utils/math/Math.h b/arm_compute/core/utils/math/Math.h
index c1dce7ff08..e70337ba0f 100644
--- a/arm_compute/core/utils/math/Math.h
+++ b/arm_compute/core/utils/math/Math.h
@@ -67,5 +67,5 @@ inline auto floor_to_multiple(S value, T divisor) -> decltype((value / divisor)
return (value / divisor) * divisor;
}
-}
+} // namespace arm_compute
#endif /*ARM_COMPUTE_UTILS_MATH_H */