index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | lib/libalpm/log.h | 2 |
diff --git a/lib/libalpm/log.h b/lib/libalpm/log.h index 730ce012..a82cda41 100644 --- a/lib/libalpm/log.h +++ b/lib/libalpm/log.h @@ -28,5 +28,3 @@ void _alpm_log(alpm_handle_t *handle, alpm_loglevel_t flag, const char *fmt, ...) __attribute__((format(printf,3,4))); #endif /* ALPM_LOG_H */ - -/* vim: set noet: */ |