summaryrefslogtreecommitdiffstats
path: root/src/common/util-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/util-common.h')
-rw-r--r--src/common/util-common.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/common/util-common.h b/src/common/util-common.h
index 5e886c82..3434e1eb 100644
--- a/src/common/util-common.h
+++ b/src/common/util-common.h
@@ -39,5 +39,3 @@ char *strndup(const char *s, size_t n);
#define ARRAYSIZE(a) (sizeof (a) / sizeof (a[0]))
#endif /* PM_UTIL_COMMON_H */
-
-/* vim: set noet: */