summaryrefslogtreecommitdiff
path: root/src/components/include/utils/scope_guard.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/include/utils/scope_guard.h')
-rw-r--r--src/components/include/utils/scope_guard.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/include/utils/scope_guard.h b/src/components/include/utils/scope_guard.h
index a425356c0e..a05be6dc11 100644
--- a/src/components/include/utils/scope_guard.h
+++ b/src/components/include/utils/scope_guard.h
@@ -322,5 +322,5 @@ ObjScopeGuardImpl1<Obj, MemFun, P1> MakeObjGuard(Obj& obj,
const P1& p1) {
return ObjScopeGuardImpl1<Obj, MemFun, P1>::MakeObjGuard(obj, memFun, p1);
}
-}
+} // namespace utils
#endif // SRC_COMPONENTS_INCLUDE_UTILS_SCOPE_GUARD_H_