aboutsummaryrefslogtreecommitdiff
path: root/include/nv/Quat.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/nv/Quat.h')
-rw-r--r--include/nv/Quat.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/include/nv/Quat.h b/include/nv/Quat.h
index 94a4b44..c861d49 100644
--- a/include/nv/Quat.h
+++ b/include/nv/Quat.h
@@ -1,10 +1,10 @@
-#pragma once
-
-namespace nv
-{
- struct Quat
- {
- float x, y, z, w;
- };
-}
-
+#pragma once
+
+namespace nv
+{
+ struct Quat
+ {
+ float x, y, z, w;
+ };
+}
+