mirror of
https://github.com/raysan5/raylib.git
synced 2026-02-21 13:13:35 -05:00
Review text formatting (spacing, tabs...)
This commit is contained in:
@ -73,7 +73,7 @@
|
||||
//----------------------------------------------------------------------------------
|
||||
|
||||
#if defined(RAYMATH_STANDALONE)
|
||||
// Vector2 type
|
||||
// Vector2 type
|
||||
typedef struct Vector2 {
|
||||
float x;
|
||||
float y;
|
||||
|
||||
Reference in New Issue
Block a user