summaryrefslogtreecommitdiffstats
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
commit9cc6a8c05f2ec862e7b3b622a768b8eb0b8ad95d (patch)
tree3f86218800c739757231db287079fc9f181cb201
parent481dd00828e5e3c0eba911576051fbe44253e260 (diff)
downloadtxr-9cc6a8c05f2ec862e7b3b622a768b8eb0b8ad95d.tar.gz
txr-9cc6a8c05f2ec862e7b3b622a768b8eb0b8ad95d.tar.bz2
txr-9cc6a8c05f2ec862e7b3b622a768b8eb0b8ad95d.zip
seq_build: whitespace.
* lib.c (sb_vec_ops): fix indentation.
-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,