From d6b495a7c9b3f8d17ee539916c30387b5093800a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Sat, 6 Nov 2021 12:51:24 +0100 Subject: Add clang-format configuration, clean up --- repl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'repl.c') diff --git a/repl.c b/repl.c index 94e1fae..400d7a1 100644 --- a/repl.c +++ b/repl.c @@ -17,8 +17,8 @@ */ #include "ell.c" -#include #include +#include static void run (struct ell *ell, struct ell_v *program) { -- cgit v1.2.3