index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | lib/libalpm/log.c | 2 |
diff --git a/lib/libalpm/log.c b/lib/libalpm/log.c index 1a1f6b49..e46ad3c3 100644 --- a/lib/libalpm/log.c +++ b/lib/libalpm/log.c @@ -121,5 +121,3 @@ void _alpm_log(alpm_handle_t *handle, alpm_loglevel_t flag, const char *fmt, ... handle->logcb(flag, fmt, args); va_end(args); } - -/* vim: set noet: */ |