index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Florian Pritz <bluewind@xinu.at> | 2014-01-23 00:06:11 +0100 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2014-01-28 20:19:25 +1000 |
commit | cd2370754ae6893e6df4e835eeb819f827eaee4a (patch) | |
tree | b412e2908d83c1ad81928fb8b4d80c39341a6292 /lib/libalpm/alpm_list.h | |
parent | 83e14aeebde5edcf98b52b37cc4aa156a4f09608 (diff) |
-rw-r--r-- | lib/libalpm/alpm_list.h | 2 |
diff --git a/lib/libalpm/alpm_list.h b/lib/libalpm/alpm_list.h index 9995e882..65b26bec 100644 --- a/lib/libalpm/alpm_list.h +++ b/lib/libalpm/alpm_list.h @@ -91,4 +91,4 @@ void *alpm_list_to_array(const alpm_list_t *list, size_t n, size_t size); #endif #endif /* _ALPM_LIST_H */ -/* vim: set ts=2 sw=2 noet: */ +/* vim: set noet: */ |