convert indentation to spaces
This commit is contained in:
+4
-4
@@ -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;
|
||||
};
|
||||
Reference in New Issue
Block a user