From c5d3b7ca3f2ef8fcf47fc6427487ccf96f1998ce Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Sun, 25 Sep 2016 18:48:16 -0700 Subject: regex.c: code formatting. * regex.c (puts_clear_flag): Fix bad indentation. --- regex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regex.c b/regex.c index 4c5ac1d6..c1382fc1 100644 --- a/regex.c +++ b/regex.c @@ -2091,7 +2091,7 @@ val regex_source(val compiled_regex) static void puts_clear_flag(val str, val stream, int *semi_flag) { *semi_flag = 0; - put_string(str, stream); + put_string(str, stream); } static void putc_clear_flag(val ch, val stream, int *semi_flag) -- cgit v1.2.3