summaryrefslogtreecommitdiff
path: root/src/components/utils/include/utils/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/utils/include/utils/system.h')
-rw-r--r--src/components/utils/include/utils/system.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/utils/include/utils/system.h b/src/components/utils/include/utils/system.h
index 3b34d78526..f975f74510 100644
--- a/src/components/utils/include/utils/system.h
+++ b/src/components/utils/include/utils/system.h
@@ -91,6 +91,6 @@ class System {
std::vector<std::string> argv_;
};
-} // utils
+} // namespace utils
#endif // SRC_COMPONENTS_UTILS_INCLUDE_UTILS_SYSTEM_H_