aboutsummaryrefslogtreecommitdiff
path: root/core/sys/windows
diff options
context:
space:
mode:
authorLaytan Laats <laytanlaats@hotmail.com>2025-03-03 19:30:22 +0100
committerLaytan Laats <laytanlaats@hotmail.com>2025-03-03 19:30:22 +0100
commit05add96fc858ea508dbbf385fb64f6c525943cf1 (patch)
tree9ae5990b854a0c6e32e0539a6b03a734f263d75e /core/sys/windows
parent21a6648cdeaf2a7cf21896f8bbe89edadcb100f0 (diff)
sys/windows: fix tabs
Diffstat (limited to 'core/sys/windows')
-rw-r--r--core/sys/windows/dwmapi.odin8
1 files changed, 4 insertions, 4 deletions
diff --git a/core/sys/windows/dwmapi.odin b/core/sys/windows/dwmapi.odin
index 11e91c704..e86730660 100644
--- a/core/sys/windows/dwmapi.odin
+++ b/core/sys/windows/dwmapi.odin
@@ -39,10 +39,10 @@ DWMNCRENDERINGPOLICY :: enum {
}
DWM_WINDOW_CORNER_PREFERENCE :: enum c_int {
- DEFAULT,
- DONOTROUND,
- ROUND,
- ROUNDSMALL,
+ DEFAULT,
+ DONOTROUND,
+ ROUND,
+ ROUNDSMALL,
}
@(default_calling_convention="system")