diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2024-02-28 08:40:35 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2024-02-28 08:40:35 -0800 |
commit | 0490e3a4bf568584e7701ee34fd8f27b1f518404 (patch) | |
tree | 3f86218800c739757231db287079fc9f181cb201 | |
parent | 0413fdd310b2b968720d51b24f111925f7c7abf4 (diff) | |
download | txr-0490e3a4bf568584e7701ee34fd8f27b1f518404.tar.gz txr-0490e3a4bf568584e7701ee34fd8f27b1f518404.tar.bz2 txr-0490e3a4bf568584e7701ee34fd8f27b1f518404.zip |
seq_build: whitespace.
* lib.c (sb_vec_ops): fix indentation.
-rw-r--r-- | lib.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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, |