DEADSOFTWARE

Reformat with clang-format. Nothing useful
[nanogl.git] / GL / glu.h
index 844876613fcc41d24700677c9c4eac7a9808f6aa..5045903202bbd793bac6fc41cef6ea6457f58604 100644 (file)
--- a/GL/glu.h
+++ b/GL/glu.h
@@ -20,20 +20,19 @@ extern "C" {
 #define M_PI 3.14159265358979323846
 #endif
 
-
 void gluLookAt( GLdouble eyex, GLdouble eyey, GLdouble eyez,
-               GLdouble centerx, GLdouble centery, GLdouble centerz,
-               GLdouble upx, GLdouble upy, GLdouble upz );
+                GLdouble centerx, GLdouble centery, GLdouble centerz,
+                GLdouble upx, GLdouble upy, GLdouble upz );
 
 void gluPerspective( GLdouble fovy, GLdouble aspect,
                      GLdouble zNear, GLdouble zFar );
 
 GLint gluScaleImage( GLenum format,
-                    GLint widthin, GLint heightin,
-                    GLenum typein, const void *datain,
-                    GLint widthout, GLint heightout,
-                    GLenum typeout, void *dataout );
-                                        
+                     GLint widthin, GLint heightin,
+                     GLenum typein, const void *datain,
+                     GLint widthout, GLint heightout,
+                     GLenum typeout, void *dataout );
+
 GLint gluBuild2DMipmaps( GLenum target, GLint components,
                          GLint width, GLint height, GLenum format,
                          GLenum type, const void *data );