[CI] Format code according to conventions (#25828)

Format code according to conventions
This commit is contained in:
QMK Bot
2025-12-01 07:46:22 +11:00
committed by GitHub
parent ee60542bd6
commit 43bbb5e99a
5 changed files with 8 additions and 10 deletions

View File

@@ -45,7 +45,7 @@ typedef struct surface_painter_device_t {
void *buffer;
uint8_t *u8buffer;
uint16_t *u16buffer;
rgb_t * rgbbuffer;
rgb_t *rgbbuffer;
};
// Manually manage the viewport for streaming pixel data to the display