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
commit79a7ab2bf22a410626b64fec4c5a2111776478e8 (patch)
tree5d964dcb7aa92cf49a8b1bc0562467b0390126f6 /regex.c
parent9512229aeed4240597b01a218fd8d30cbd8cc5b8 (diff)
downloadtxr-79a7ab2bf22a410626b64fec4c5a2111776478e8.tar.gz
txr-79a7ab2bf22a410626b64fec4c5a2111776478e8.tar.bz2
txr-79a7ab2bf22a410626b64fec4c5a2111776478e8.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)