summaryrefslogtreecommitdiffstats
path: root/src/pacman/deptest.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pacman/deptest.c')
-rw-r--r--src/pacman/deptest.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/pacman/deptest.c b/src/pacman/deptest.c
index 09da1a67..597eee42 100644
--- a/src/pacman/deptest.c
+++ b/src/pacman/deptest.c
@@ -53,5 +53,3 @@ int pacman_deptest(alpm_list_t *targets)
alpm_list_free(deps);
return 127;
}
-
-/* vim: set noet: */