mirror of
https://github.com/HandmadeMath/HandmadeMath.git
synced 2026-04-14 12:25:48 +00:00
fix spacing
This commit is contained in:
@@ -256,7 +256,7 @@ typedef union HMM_Vec2
|
||||
|
||||
#ifdef __cplusplus
|
||||
inline float &operator[](int Index) { return Elements[Index]; }
|
||||
inline const float& operator[](int Index) const { return Elements[Index]; }
|
||||
inline const float &operator[](int Index) const { return Elements[Index]; }
|
||||
#endif
|
||||
} HMM_Vec2;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user