From 21bbef8d783515064451c9d707b7539ef422237a Mon Sep 17 00:00:00 2001 From: Laurent Mazet Date: Sun, 30 Mar 2025 21:55:49 +0200 Subject: [PATCH] vim modeline --- morep.c | 2 +- morep.h | 2 +- morep_test.c | 2 +- verbose.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/morep.c b/morep.c index 2e10bb7..1566289 100644 --- a/morep.c +++ b/morep.c @@ -499,4 +499,4 @@ int MOREP_Close (int index) return 0; } -/* vim: set ts=4 sw=4 et: */ +/* vim: set ts=4 sw=4 si et: */ diff --git a/morep.h b/morep.h index 36d600e..098609b 100644 --- a/morep.h +++ b/morep.h @@ -100,4 +100,4 @@ __END_DECLS #endif /* __MOREP_H__ */ -/* vim: set ts=4 sw=4 et: */ +/* vim: set ts=4 sw=4 si et: */ diff --git a/morep_test.c b/morep_test.c index 7688c90..cfb3be2 100644 --- a/morep_test.c +++ b/morep_test.c @@ -325,4 +325,4 @@ int main (int argc, char **argv) /* test: morep_test.exe lo://00:00:00:00:00:00/0808 -b -f morep.c -s 42 -v 3 | grep "rx $(cat morep.c | wc -c) bytes" */ /* test: morep_test.exe lo://00:00:00:00:00:00/0808 -b -f morep.c -s 42 -v 3 | grep -v "WARNING" */ -/* vim: set ts=4 sw=4 et: */ +/* vim: set ts=4 sw=4 si et: */ diff --git a/verbose.h b/verbose.h index c33ec51..3382daa 100644 --- a/verbose.h +++ b/verbose.h @@ -121,4 +121,4 @@ __END_DECLS #endif /* __VERBOSE_H__ */ -/* vim: set ts=4 sw=4 et: */ +/* vim: set ts=4 sw=4 si et: */ -- 2.30.2