diff options
author | Jim Meyering <meyering@redhat.com> | 2008-04-10 16:53:29 +0000 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2008-04-10 16:53:29 +0000 |
commit | 05a544dcfe1f53df95b3278beb8476b5a8054cd0 (patch) | |
tree | 01e35312516097c16b6efa393825c0280013e716 | |
parent | 8e862ae9b27b089a75444ce85be7011e0a6a543e (diff) | |
download | libvirt-python-05a544dcfe1f53df95b3278beb8476b5a8054cd0.tar.gz |
remove Vim and Emacs variable settings from C source files
Done with these commands:
git grep -l Local.variab|xargs \
perl -0x3b -pi -e 's,\n+/\*\n \* vim:(.|\n)*,\n,'
git grep -l Local.variab|xargs \
perl -0x3b -pi -e 's,\n+/\*\n \* Local variables:\n(.|\n)*,\n,'
-rw-r--r-- | libvir.c | 14 |
1 files changed, 0 insertions, 14 deletions
@@ -1453,17 +1453,3 @@ initcygvirtmod initialized = 1; } - -/* - * vim: set tabstop=4: - * vim: set shiftwidth=4: - * vim: set expandtab: - */ -/* - * Local variables: - * indent-tabs-mode: nil - * c-indent-level: 4 - * c-basic-offset: 4 - * tab-width: 4 - * End: - */ |