summaryrefslogtreecommitdiff
path: root/dpkg-deb/main.c
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2013-04-16 20:33:19 +0200
committerGuillem Jover <guillem@debian.org>2013-04-19 05:34:03 +0200
commit36a15fee663324bf98f7cc1a5658a0ecff88628e (patch)
tree75ce565d4c3d2bd7c915b83ef0a4cd279746d3c8 /dpkg-deb/main.c
parentd61fbafbbe3858150ddcd349df8e10557b0fe0cf (diff)
downloaddpkg-36a15fee663324bf98f7cc1a5658a0ecff88628e.tar.gz
Remove Emacs and vim modelines
These just clutter the code base, as adding modelines for each possible editor out there does not scale, and they are currently not exhaustive anyway.
Diffstat (limited to 'dpkg-deb/main.c')
-rw-r--r--dpkg-deb/main.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/dpkg-deb/main.c b/dpkg-deb/main.c
index 7db8e6058..cac983453 100644
--- a/dpkg-deb/main.c
+++ b/dpkg-deb/main.c
@@ -273,6 +273,3 @@ int main(int argc, const char *const *argv) {
return ret;
}
-
-/* vi: sw=2
- */