summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/rawstr.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libalpm/rawstr.c')
-rw-r--r--lib/libalpm/rawstr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libalpm/rawstr.c b/lib/libalpm/rawstr.c
index 86f4280c..f3f81f5a 100644
--- a/lib/libalpm/rawstr.c
+++ b/lib/libalpm/rawstr.c
@@ -134,4 +134,4 @@ int _alpm_raw_ncmp(const char *first, const char *second, size_t max)
return (raw_toupper(*first) - raw_toupper(*second));
}
-/* vim: set ts=2 sw=2 noet: */
+/* vim: set noet: */