aboutsummaryrefslogtreecommitdiff
path: root/src/poll.c
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2018-06-28 08:21:41 +0200
committerAndreas Schneider <asn@cryptomilk.org>2018-06-28 08:41:08 +0200
commitc563ed636a47f28f3e965bbbc9e0af26acc9f911 (patch)
treec23f206e4d996b6da397202ca08f821a6afc087f /src/poll.c
parentf3de2974a9e5bea5e43b82a350be60a39265d1e1 (diff)
downloadlibssh-c563ed636a47f28f3e965bbbc9e0af26acc9f911.tar.gz
libssh-c563ed636a47f28f3e965bbbc9e0af26acc9f911.tar.xz
libssh-c563ed636a47f28f3e965bbbc9e0af26acc9f911.zip
Remove vim modelines from all files
If you want modelines use my vim plugin: https://github.com/cryptomilk/git-modeline.vim git config --add vim.modeline "ts=4 sw=4 et" Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
Diffstat (limited to 'src/poll.c')
-rw-r--r--src/poll.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/poll.c b/src/poll.c
index 8872aa3c..df72c6fa 100644
--- a/src/poll.c
+++ b/src/poll.c
@@ -21,8 +21,6 @@
* along with the SSH Library; see the file COPYING. If not, write to
* the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
* MA 02111-1307, USA.
- *
- * vim: ts=2 sw=2 et cindent
*/
#include "config.h"
@@ -1044,5 +1042,3 @@ void ssh_event_free(ssh_event event) {
}
/** @} */
-
-/* vim: set ts=4 sw=4 et cindent: */