Skip to content

Commit 3769349

Browse files
authored
Merge pull request #10689 from nextcloud/chore/fixCompilation
chore: fix two small issues for compilation and clang-format
2 parents f87793d + 015a5f3 commit 3769349

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.clang-format

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ InsertBraces: true
3939

4040
AllowShortEnumsOnASingleLine: false
4141

42-
EnumTrailingComma: ETC_Insert
42+
EnumTrailingComma: Insert
4343

4444
# CrlInstruction *a;
4545
PointerAlignment: Right

test/testcustomstateicons.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class TestCustomStateIcons : public QObject
4141
{
4242
Q_OBJECT
4343

44-
private slots:
44+
private Q_SLOTS:
4545
void testSvgContrast_data()
4646
{
4747
QTest::addColumn<QString>("fileName");

0 commit comments

Comments
 (0)