summaryrefslogtreecommitdiffstats
path: root/lib.c
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2024-02-28 08:40:35 -0800
committerKaz Kylheku <kaz@kylheku.com>2024-02-28 08:40:35 -0800
commit0490e3a4bf568584e7701ee34fd8f27b1f518404 (patch)
tree3f86218800c739757231db287079fc9f181cb201 /lib.c
parent0413fdd310b2b968720d51b24f111925f7c7abf4 (diff)
downloadtxr-0490e3a4bf568584e7701ee34fd8f27b1f518404.tar.gz
txr-0490e3a4bf568584e7701ee34fd8f27b1f518404.tar.bz2
txr-0490e3a4bf568584e7701ee34fd8f27b1f518404.zip
seq_build: whitespace.
* lib.c (sb_vec_ops): fix indentation.
Diffstat (limited to 'lib.c')
-rw-r--r--lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib.c b/lib.c
index abce5df6..87c9ba37 100644
--- a/lib.c
+++ b/lib.c
@@ -1547,7 +1547,7 @@ static struct seq_build_ops
sb_vec_ops = seq_build_ops_init(seq_build_vec_add,
seq_build_generic_pend,
0,
- seq_build_obj_mark);
+ seq_build_obj_mark);
static struct seq_build_ops
sb_str_ops = seq_build_ops_init(seq_build_str_add,