summaryrefslogtreecommitdiff
path: root/src/basic/static-destruct.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/basic/static-destruct.h')
-rw-r--r--src/basic/static-destruct.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/basic/static-destruct.h b/src/basic/static-destruct.h
index 443c0e8ebb..8fbc07c587 100644
--- a/src/basic/static-destruct.h
+++ b/src/basic/static-destruct.h
@@ -40,8 +40,8 @@ typedef struct StaticDestructor {
extern const struct StaticDestructor _weak_ __start_SYSTEMD_STATIC_DESTRUCT[];
extern const struct StaticDestructor _weak_ __stop_SYSTEMD_STATIC_DESTRUCT[];
-/* The function to destroy everything. (Note that this must be static inline, as it's key that it remains in the same
- * linking unit as the variables we want to destroy. */
+/* The function to destroy everything. (Note that this must be static inline, as it's key that it remains in
+ * the same linking unit as the variables we want to destroy.) */
static inline void static_destruct(void) {
const StaticDestructor *d;