Skip to content

Commit

Permalink
Use clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
Montel committed Nov 28, 2023
1 parent eb07ff5 commit 2d8b1cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/cxx-qt-lib/src/core/qcommandlineoption.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@

#include <cstdint>


// QCommandLineOption has 1 pointer
// https://code.qt.io/cgit/qt/qtbase.git/tree/src/corelib/tools/qcommandlineoption.h?h=v5.15.6-lts-lgpl#n59
//
Expand All @@ -20,7 +19,8 @@ assert_alignment_and_size(QCommandLineOption,
sizeof(::std::size_t));

static_assert(!::std::is_trivially_copy_assignable<QCommandLineOption>::value);
static_assert(!::std::is_trivially_copy_constructible<QCommandLineOption>::value);
static_assert(
!::std::is_trivially_copy_constructible<QCommandLineOption>::value);

static_assert(!::std::is_trivially_destructible<QCommandLineOption>::value);

Expand Down

0 comments on commit 2d8b1cb

Please sign in to comment.