abipkgdiff: Fix indentation

* tools/abipkgdiff.cc (compare_prepared_linux_kernel_packages):
	Fix indentation.

Signed-off-by: Dodji Seketeli <dodji@redhat.com>
This commit is contained in:
Dodji Seketeli 2025-01-15 16:10:02 +01:00
parent cf438b003d
commit d7004589ba

View File

@ -3246,12 +3246,12 @@ compare_prepared_linux_kernel_packages(package& first_package,
corpus::origin requested_fe_kind = corpus::DWARF_ORIGIN; corpus::origin requested_fe_kind = corpus::DWARF_ORIGIN;
#ifdef WITH_CTF #ifdef WITH_CTF
if (opts.use_ctf) if (opts.use_ctf)
requested_fe_kind = corpus::CTF_ORIGIN; requested_fe_kind = corpus::CTF_ORIGIN;
#endif #endif
#ifdef WITH_BTF #ifdef WITH_BTF
if (opts.use_btf) if (opts.use_btf)
requested_fe_kind = corpus::BTF_ORIGIN; requested_fe_kind = corpus::BTF_ORIGIN;
#endif #endif
corpus1 = build_corpus_group_from_kernel_dist_under(dist_root1, corpus1 = build_corpus_group_from_kernel_dist_under(dist_root1,