mirror of
git://sourceware.org/git/libabigail.git
synced 2025-02-24 01:46:50 +00:00
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>
This commit is contained in:
parent
4f40cbbe4e
commit
bb935f6219
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user