summary refs log tree commit diff
path: root/src/Quaternions.h
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2021-06-21 18:11:55 +0700
committerNguyễn Gia Phong <mcsinyx@disroot.org>2021-06-21 21:31:11 +0700
commit325dca9f212f9fd44cd10a8180529970c7a08c72 (patch)
treee1cfaec078dfa49f4d51d05eef8a5b0967843a41 /src/Quaternions.h
parent10f5376de856ecead4e8bbf66f19157f36f7a382 (diff)
downloadblackshades-1.2.0.tar.gz
Remove trailing whitespaces and duplicated blank lines 1.2.0
Diffstat (limited to 'src/Quaternions.h')
-rw-r--r--src/Quaternions.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/Quaternions.h b/src/Quaternions.h
index 1678b79..2b46db9 100644
--- a/src/Quaternions.h
+++ b/src/Quaternions.h
@@ -2,11 +2,11 @@
 #ifndef _QUATERNIONS_H_
 #define _QUATERNIONS_H_
 
-#ifdef OS9 
+#ifdef OS9
 #pragma mark -
 #endif
 
-#ifdef OS9 
+#ifdef OS9
 #include <gl.h>
 #else
 #include <GL/gl.h>
@@ -89,4 +89,3 @@ bool sphere_line_intersection (
     float x3, float y3 , float z3, float r );
 
 #endif
-