summaryrefslogtreecommitdiff
path: root/Source/Asura.Engine/Math/Vector4.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Asura.Engine/Math/Vector4.h')
-rw-r--r--Source/Asura.Engine/Math/Vector4.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/Source/Asura.Engine/Math/Vector4.h b/Source/Asura.Engine/Math/Vector4.h
index 818274e..3739f83 100644
--- a/Source/Asura.Engine/Math/Vector4.h
+++ b/Source/Asura.Engine/Math/Vector4.h
@@ -3,15 +3,15 @@
namespace AsuraEngine
{
- namespace Math
- {
+ namespace Math
+ {
- class Vector4
- {
+ class Vector4
+ {
- };
+ };
- }
+ }
}
#endif \ No newline at end of file