A bit more clang-format

This commit is contained in:
Jasmine Iwanek
2022-11-19 08:49:04 -05:00
parent b04dd8cc8b
commit 3fe4f75108
223 changed files with 8047 additions and 7456 deletions

View File

@@ -2,13 +2,12 @@
#include <QByteArray>
#if QT_VERSION_MAJOR >= 6
#define result_t qintptr
# define result_t qintptr
#else
#define result_t long
# define result_t long
#endif
class CocoaEventFilter : public QAbstractNativeEventFilter
{
class CocoaEventFilter : public QAbstractNativeEventFilter {
public:
CocoaEventFilter() {};
~CocoaEventFilter();