refactor: clang-format

This commit is contained in:
Lars Toenning
2024-11-16 11:00:14 +01:00
parent a4a896d82d
commit 97eed9562a
1855 changed files with 10922 additions and 9422 deletions

View File

@@ -2,8 +2,6 @@
// SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-swift-pilot-client-1
#include "gui/dropsite.h"
#include "gui/guiapplication.h"
#include "gui/stylesheetutility.h"
#include <QDragEnterEvent>
#include <QDragLeaveEvent>
@@ -15,6 +13,9 @@
#include <Qt>
#include <QtGlobal>
#include "gui/guiapplication.h"
#include "gui/stylesheetutility.h"
using namespace swift::misc;
namespace swift::gui
@@ -85,4 +86,4 @@ namespace swift::gui
{
// style sheet changes go here
}
} // ns
} // namespace swift::gui