index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | lib/libalpm/sync.c | 2 |
diff --git a/lib/libalpm/sync.c b/lib/libalpm/sync.c index a4d21a00..696a5131 100644 --- a/lib/libalpm/sync.c +++ b/lib/libalpm/sync.c @@ -1417,5 +1417,3 @@ int _alpm_sync_commit(alpm_handle_t *handle) return 0; } - -/* vim: set noet: */ |