From 0490e3a4bf568584e7701ee34fd8f27b1f518404 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Wed, 28 Feb 2024 08:40:35 -0800 Subject: seq_build: whitespace. * lib.c (sb_vec_ops): fix indentation. --- lib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- cgit v1.2.3