summaryrefslogtreecommitdiff
path: root/src/utils/dtor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/dtor.h')
-rw-r--r--src/utils/dtor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/dtor.h b/src/utils/dtor.h
index 17eee70ce..d1bdd8777 100644
--- a/src/utils/dtor.h
+++ b/src/utils/dtor.h
@@ -54,4 +54,4 @@ inline void delete_all(Container &c)
std::for_each(c.begin(), c.end(), make_dtor(c));
}
-#endif
+#endif // UTILS_DTOR_H