[applied] tools-utils: Fix indentation

Message ID 87tt9bjceq.fsf@redhat.com
State New
Headers
Series [applied] tools-utils: Fix indentation |

Commit Message

Dodji Seketeli Feb. 3, 2025, 3:06 p.m. UTC
  Hello,

This is a quick indentation fix in the passing.

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

Signed-off-by: Dodji Seketeli <dodji@redhat.com>
Applied to the mainline.
---
 src/abg-tools-utils.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Patch

diff --git a/src/abg-tools-utils.cc b/src/abg-tools-utils.cc
index 87f559de..77e4bfd0 100644
--- a/src/abg-tools-utils.cc
+++ b/src/abg-tools-utils.cc
@@ -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