public inbox for libabigail@sourceware.org
 help / color / mirror / Atom feed
* [PATCH, applying to mainline] abidw: Fix indentation
@ 2024-02-12 21:22 Dodji Seketeli
  0 siblings, 0 replies; only message in thread
From: Dodji Seketeli @ 2024-02-12 21:22 UTC (permalink / raw)
  To: libabigail

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-02-12 21:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-12 21:22 [PATCH, applying to mainline] abidw: Fix indentation Dodji Seketeli

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).