[PATCH, applying to mainline] abidw: Fix indentation
Dodji Seketeli
dodji@redhat.com
Mon Feb 12 21:22:09 GMT 2024
Hello,
* tools/abidw.cc (load_corpus_and_write_abixml): Fix indentation.
Signed-off-by: Dodji Seketeli <dodji@redhat.com>
Applying to the master branch.
---
tools/abidw.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/abidw.cc b/tools/abidw.cc
index 035dd9ce..c8a44dda 100644
--- a/tools/abidw.cc
+++ b/tools/abidw.cc
@@ -867,7 +867,7 @@ load_corpus_and_write_abixml(char* argv[],
if (corp_group)
corp_group2 = abixml::read_corpus_group_from_input(*rdr);
else
- corp2 = rdr->read_corpus(sts);
+ corp2 = rdr->read_corpus(sts);
t.stop();
if (opts.do_log)
--
2.39.3
--
Dodji
More information about the Libabigail
mailing list