Clang-format fixes.

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

View file

@ -170,8 +170,8 @@ Q_IMPORT_PLUGIN(QWindowsIntegrationPlugin);
#endif
#ifdef _WIN32
#include <windows.h>
#include <shobjidl.h>
#include <windows.h>
extern "C" {
// 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)
#pragma pack(push, 2)
struct ICONDIR {
struct ICONDIR {
WORD idReserved;
WORD idType;
WORD idCount;