Clang-format fixes.

This commit is contained in:
boludoz 2023-10-05 20:14:10 -03:00
commit e0a3ed8689
2 changed files with 2 additions and 2 deletions

View file

@ -170,8 +170,8 @@ Q_IMPORT_PLUGIN(QWindowsIntegrationPlugin);
#endif #endif
#ifdef _WIN32 #ifdef _WIN32
#include <windows.h>
#include <shobjidl.h> #include <shobjidl.h>
#include <windows.h>
extern "C" { extern "C" {
// tells Nvidia and AMD drivers to use the dedicated GPU by default on laptops with switchable // tells Nvidia and AMD drivers to use the dedicated GPU by default on laptops with switchable

View file

@ -45,7 +45,7 @@ QPixmap CreateCirclePixmapFromColor(const QColor& color) {
#if defined(WIN32) #if defined(WIN32)
#pragma pack(push, 2) #pragma pack(push, 2)
struct ICONDIR { struct ICONDIR {
WORD idReserved; WORD idReserved;
WORD idType; WORD idType;
WORD idCount; WORD idCount;