summaryrefslogtreecommitdiffstats
path: root/src/pacman/check.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pacman/check.c')
-rw-r--r--src/pacman/check.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/pacman/check.c b/src/pacman/check.c
index 9b61a1ed..62c0ca8e 100644
--- a/src/pacman/check.c
+++ b/src/pacman/check.c
@@ -390,5 +390,3 @@ int check_pkg_full(alpm_pkg_t *pkg)
return (errors != 0 ? 1 : 0);
}
-
-/* vim: set noet: */