aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/utils/StringUtils.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/core/utils/StringUtils.h')
-rw-r--r--arm_compute/core/utils/StringUtils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arm_compute/core/utils/StringUtils.h b/arm_compute/core/utils/StringUtils.h
index 41f29b0901..c13cbaa334 100644
--- a/arm_compute/core/utils/StringUtils.h
+++ b/arm_compute/core/utils/StringUtils.h
@@ -61,5 +61,5 @@ std::string float_to_string_with_full_precision(float val);
* @return std::string
*/
std::string join(const std::vector<std::string> strings, const std::string &sep);
-}
+} // namespace arm_compute
#endif /*ARM_COMPUTE_CORE_UTILS_STRINGUTILS_H */