From 3dec3ff0da021faabe2f186eb2c4b4826d77dff4 Mon Sep 17 00:00:00 2001 From: NishiOwO Date: Thu, 15 Jan 2026 05:16:47 +0900 Subject: [PATCH] format --- include/Mw/LowLevel/Cocoa.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/Mw/LowLevel/Cocoa.h b/include/Mw/LowLevel/Cocoa.h index 4ff9f49..06afe78 100644 --- a/include/Mw/LowLevel/Cocoa.h +++ b/include/Mw/LowLevel/Cocoa.h @@ -23,7 +23,7 @@ struct _MwLLCocoaColor { struct _MwLLCocoaPixmap { struct _MwLLCommonPixmap common; - void* real; + void* real; }; #endif