public inbox for libabigail@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Trivial: Add missing space
@ 2022-06-03 12:46 Ben Woodard
  2022-06-07 13:17 ` Dodji Seketeli
  0 siblings, 1 reply; 2+ messages in thread
From: Ben Woodard @ 2022-06-03 12:46 UTC (permalink / raw)
  To: libabigail

This is absolutely trivial but I noticed this missing space one day
and fixed it and have been carrying the hunk of patch for months.

    	* tools/abicompat.cc - add missing space in expression.

Signed-off-by: Ben Woodard <woodard@redhat.com>
---
 tools/abicompat.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/abicompat.cc b/tools/abicompat.cc
index f4bc384d..913724c7 100644
--- a/tools/abicompat.cc
+++ b/tools/abicompat.cc
@@ -691,7 +691,7 @@ main(int argc, char* argv[])
   suppressions_type& supprs = ctxt->suppressions();
   bool files_suppressed = (file_is_suppressed(opts.app_path, supprs)
 			   || file_is_suppressed(opts.lib1_path, supprs)
-			   ||file_is_suppressed(opts.lib2_path, supprs));
+			   || file_is_suppressed(opts.lib2_path, supprs));
 
   if (files_suppressed)
     // We don't have to compare anything because a user
-- 
2.36.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] Trivial: Add missing space
  2022-06-03 12:46 [PATCH] Trivial: Add missing space Ben Woodard
@ 2022-06-07 13:17 ` Dodji Seketeli
  0 siblings, 0 replies; 2+ messages in thread
From: Dodji Seketeli @ 2022-06-07 13:17 UTC (permalink / raw)
  To: Ben Woodard via Libabigail

Ben Woodard via Libabigail <libabigail@sourceware.org> a écrit:

> This is absolutely trivial but I noticed this missing space one day
> and fixed it and have been carrying the hunk of patch for months.
>
>     	* tools/abicompat.cc - add missing space in expression.

Thanks, I have applied this to master.

I have just amdended the ChangeLog part of the log to make it comply
with the standard.

Here is the applied patch.

From bb935f62197532b35bb2d63c4f7cd532a7d91d57 Mon Sep 17 00:00:00 2001
From: Ben Woodard <woodard@redhat.com>
Date: Fri, 3 Jun 2022 05:46:46 -0700
Subject: [PATCH] abicompat: Add missing space

This is absolutely trivial but I noticed this missing space one day
and fixed it and have been carrying the hunk of patch for months.

	* tools/abicompat.cc (main): Add missing space in expression.

Signed-off-by: Ben Woodard <woodard@redhat.com>
Signed-off-by: Dodji Seketeli <dodji@redhat.com>
---
 tools/abicompat.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/abicompat.cc b/tools/abicompat.cc
index f4bc384d..913724c7 100644
--- a/tools/abicompat.cc
+++ b/tools/abicompat.cc
@@ -691,7 +691,7 @@ main(int argc, char* argv[])
   suppressions_type& supprs = ctxt->suppressions();
   bool files_suppressed = (file_is_suppressed(opts.app_path, supprs)
 			   || file_is_suppressed(opts.lib1_path, supprs)
-			   ||file_is_suppressed(opts.lib2_path, supprs));
+			   || file_is_suppressed(opts.lib2_path, supprs));
 
   if (files_suppressed)
     // We don't have to compare anything because a user
-- 
2.36.1


-- 
		Dodji

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-06-07 13:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-03 12:46 [PATCH] Trivial: Add missing space Ben Woodard
2022-06-07 13:17 ` 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).