[packagechooser] Repair build

This was broken by clang-format, so mark this weird unformattable
block as don't format.
This commit is contained in:
Adriaan de Groot 2024-04-17 11:08:39 +02:00
parent 00ac9a6cee
commit 19aa96fe54

View File

@ -28,9 +28,11 @@
#define HAVE_APPSTREAM_HEADERS AppStreamQt #define HAVE_APPSTREAM_HEADERS AppStreamQt
#endif #endif
#include CALAMARES_LT HAVE_APPSTREAM_HEADERS / pool.h CALAMARES_GT // clang-format off
#include CALAMARES_LT HAVE_APPSTREAM_HEADERS / image.h CALAMARES_GT #include CALAMARES_LT HAVE_APPSTREAM_HEADERS/pool.h CALAMARES_GT
#include CALAMARES_LT HAVE_APPSTREAM_HEADERS / screenshot.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_LT
#undef CALAMARES_GT #undef CALAMARES_GT