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:
Ben Woodard 2022-06-03 05:46:46 -07:00 committed by Dodji Seketeli
parent 4f40cbbe4e
commit bb935f6219

View File

@ -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