missing end of line
authorLaurent Mazet <mazet@softndesign.org>
Mon, 13 Feb 2023 21:48:57 +0000 (22:48 +0100)
committerLaurent Mazet <mazet@softndesign.org>
Mon, 13 Feb 2023 21:48:57 +0000 (22:48 +0100)
format.c

index 48cc56f57951d5d528d08eb726bd6388ed728277..93000a2d462f178d33cb32841c4d5dc58b4ba80b 100644 (file)
--- 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: */