From e4c7b5133d7af32573567e4e639f03c8fb11bc79 Mon Sep 17 00:00:00 2001 From: Laurent Mazet Date: Mon, 13 Feb 2023 22:48:57 +0100 Subject: [PATCH] missing end of line --- format.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/format.c b/format.c index 48cc56f..93000a2 100644 --- a/format.c +++ b/format.c @@ -40,3 +40,5 @@ double print (double value) fflush (stdout); return value; } + +/* vim: set ts=4 sw=4 et: */ -- 2.30.2