convert indentation to spaces

This commit is contained in:
Sven Balzer
2025-03-16 18:56:40 +01:00
parent 09b1f3943a
commit 6a7f54ca5a
9 changed files with 169 additions and 169 deletions
+4 -4
View File
@@ -1,8 +1,8 @@
#pragma once
struct Glyph_Coord {
float x;
float y;
float width;
float height;
float x;
float y;
float width;
float height;
};