summaryrefslogtreecommitdiffstats
path: root/src/pacman/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pacman/util.h')
-rw-r--r--src/pacman/util.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/pacman/util.h b/src/pacman/util.h
index ab1dbb72..a1fbef46 100644
--- a/src/pacman/util.h
+++ b/src/pacman/util.h
@@ -84,5 +84,3 @@ int pm_sprintf(char **string, alpm_loglevel_t level, const char *format, ...) __
int pm_vasprintf(char **string, alpm_loglevel_t level, const char *format, va_list args) __attribute__((format(printf,3,0)));
#endif /* PM_UTIL_H */
-
-/* vim: set noet: */