From 0146cff3db3fd5c445da626bf0786e2c74a4ecaa Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Thu, 9 Mar 2017 19:47:53 +0100 Subject: [PATCH] TP5 exo4: enforce Linux Kernel coding style vim tags MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- TP5/exo4/liste_chainee.c | 1 + 1 file changed, 1 insertion(+) diff --git a/TP5/exo4/liste_chainee.c b/TP5/exo4/liste_chainee.c index d8ae698..c8f1463 100644 --- a/TP5/exo4/liste_chainee.c +++ b/TP5/exo4/liste_chainee.c @@ -229,3 +229,4 @@ int main() } /****************************************************************************/ +/* vim:noet:ts=8:sw=8:textwidth=80 */ -- 2.34.1