tools-utils: Fix indentation

* src/abg-tools-utils.cc (rpm_contains_file): Fix indentation.

Signed-off-by: Dodji Seketeli <dodji@redhat.com>
This commit is contained in:
Dodji Seketeli 2025-01-30 09:55:53 +01:00
parent d7004589ba
commit d478aab6ee

View File

@ -1865,7 +1865,7 @@ file_is_kernel_package(const string& file_path, file_type file_type)
bool
rpm_contains_file(const string& rpm_path, const string& file_name)
{
vector<string> query_output;
vector<string> query_output;
// We don't check the return value of this command because on some
// system, the command can issue errors but still emit a valid
// output. We'll rather rely on the fact that the command emits a