diff --git a/src/modules/packagechooser/ItemAppStream.h b/src/modules/packagechooser/ItemAppStream.h index 6b05e2f4a..8e946afd9 100644 --- a/src/modules/packagechooser/ItemAppStream.h +++ b/src/modules/packagechooser/ItemAppStream.h @@ -28,9 +28,11 @@ #define HAVE_APPSTREAM_HEADERS AppStreamQt #endif -#include CALAMARES_LT HAVE_APPSTREAM_HEADERS / pool.h CALAMARES_GT -#include CALAMARES_LT HAVE_APPSTREAM_HEADERS / image.h CALAMARES_GT -#include CALAMARES_LT HAVE_APPSTREAM_HEADERS / screenshot.h CALAMARES_GT +// clang-format off +#include CALAMARES_LT HAVE_APPSTREAM_HEADERS/pool.h CALAMARES_GT +#include CALAMARES_LT HAVE_APPSTREAM_HEADERS/image.h CALAMARES_GT +#include CALAMARES_LT HAVE_APPSTREAM_HEADERS/screenshot.h CALAMARES_GT +// clang-format on #undef CALAMARES_LT #undef CALAMARES_GT