whitespaces

This commit is contained in:
silverqx
2024-03-26 18:11:36 +01:00
parent 01e203284a
commit 6fb271c53c
2 changed files with 6 additions and 6 deletions

View File

@@ -80,11 +80,11 @@ TINYORM_END_COMMON_NAMESPACE
// Register custom QVariant types for Qt 5
#if QT_VERSION < QT_VERSION_CHECK(6, 0, 0)
#ifdef TINYORM_COMMON_NAMESPACE
# ifdef TINYORM_COMMON_NAMESPACE
Q_DECLARE_METATYPE(TINYORM_COMMON_NAMESPACE::Orm::Query::Expression) // NOLINT(performance-no-int-to-ptr, misc-no-recursion)
#else
# else
Q_DECLARE_METATYPE(Orm::Query::Expression) // NOLINT(performance-no-int-to-ptr, misc-no-recursion)
#endif
# endif
#endif
#endif // ORM_QUERY_EXPRESSION_HPP

View File

@@ -221,11 +221,11 @@ TINYORM_END_COMMON_NAMESPACE
// Register custom QVariant types for Qt 5
#if QT_VERSION < QT_VERSION_CHECK(6, 0, 0)
#ifdef TINYORM_COMMON_NAMESPACE
# ifdef TINYORM_COMMON_NAMESPACE
Q_DECLARE_METATYPE(TINYORM_COMMON_NAMESPACE::Orm::Tiny::AttributeItem) // NOLINT(performance-no-int-to-ptr, misc-no-recursion)
#else
# else
Q_DECLARE_METATYPE(Orm::Tiny::AttributeItem) // NOLINT(performance-no-int-to-ptr, misc-no-recursion)
#endif
# endif
#endif
#endif // ORM_TINY_TINYTYPES_HPP