summaryrefslogtreecommitdiffstats
path: root/regex.c
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2016-09-25 18:48:16 -0700
committerKaz Kylheku <kaz@kylheku.com>2016-09-25 18:48:16 -0700
commitc5d3b7ca3f2ef8fcf47fc6427487ccf96f1998ce (patch)
tree5d964dcb7aa92cf49a8b1bc0562467b0390126f6 /regex.c
parent11b3f2618324391f4dfa1ba768f34a07eb2b2a2a (diff)
downloadtxr-c5d3b7ca3f2ef8fcf47fc6427487ccf96f1998ce.tar.gz
txr-c5d3b7ca3f2ef8fcf47fc6427487ccf96f1998ce.tar.bz2
txr-c5d3b7ca3f2ef8fcf47fc6427487ccf96f1998ce.zip
regex.c: code formatting.
* regex.c (puts_clear_flag): Fix bad indentation.
Diffstat (limited to 'regex.c')
-rw-r--r--regex.c2
1 files changed, 1 insertions, 1 deletions
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)