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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/components/include/utils/scope_guard.h b/src/components/include/utils/scope_guard.h
index bc60a7d288..a425356c0e 100644
--- a/src/components/include/utils/scope_guard.h
+++ b/src/components/include/utils/scope_guard.h
@@ -30,8 +30,8 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef SRC_COMPONENTS_INCLUDE_UTILS_SCOPE_GUARD_H
-#define SRC_COMPONENTS_INCLUDE_UTILS_SCOPE_GUARD_H
+#ifndef SRC_COMPONENTS_INCLUDE_UTILS_SCOPE_GUARD_H_
+#define SRC_COMPONENTS_INCLUDE_UTILS_SCOPE_GUARD_H_
namespace utils {
@@ -323,4 +323,4 @@ ObjScopeGuardImpl1<Obj, MemFun, P1> MakeObjGuard(Obj& obj,
return ObjScopeGuardImpl1<Obj, MemFun, P1>::MakeObjGuard(obj, memFun, p1);
}
}
-#endif // SRC_COMPONENTS_INCLUDE_UTILS_SCOPE_GUARD_H
+#endif // SRC_COMPONENTS_INCLUDE_UTILS_SCOPE_GUARD_H_