From 53c65f0ba3979abe119a134fce4ef655c7329fe1 Mon Sep 17 00:00:00 2001 From: Noel Berry Date: Thu, 27 Aug 2020 19:49:23 -0700 Subject: [PATCH] line formatting --- private/blah/internal/graphics_opengl.cpp | 32 +++++++++++------------ 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/private/blah/internal/graphics_opengl.cpp b/private/blah/internal/graphics_opengl.cpp index 84dbf70..04b29b2 100644 --- a/private/blah/internal/graphics_opengl.cpp +++ b/private/blah/internal/graphics_opengl.cpp @@ -19,24 +19,24 @@ #define APIENTRY #endif -typedef ptrdiff_t GLintptr; -typedef ptrdiff_t GLsizeiptr; +typedef ptrdiff_t GLintptr; +typedef ptrdiff_t GLsizeiptr; typedef unsigned int GLenum; typedef unsigned char GLboolean; typedef unsigned int GLbitfield; -typedef void GLvoid; -typedef signed char GLbyte; /* 1-byte signed */ -typedef short GLshort; /* 2-byte signed */ -typedef int GLint; /* 4-byte signed */ -typedef unsigned char GLubyte; /* 1-byte unsigned */ -typedef unsigned short GLushort; /* 2-byte unsigned */ -typedef unsigned int GLuint; /* 4-byte unsigned */ -typedef int GLsizei; /* 4-byte signed */ -typedef float GLfloat; /* single precision float */ -typedef float GLclampf; /* single precision float in [0,1] */ -typedef double GLdouble; /* double precision float */ -typedef double GLclampd; /* double precision float in [0,1] */ -typedef char GLchar; +typedef void GLvoid; +typedef signed char GLbyte; /* 1-byte signed */ +typedef short GLshort; /* 2-byte signed */ +typedef int GLint; /* 4-byte signed */ +typedef unsigned char GLubyte; /* 1-byte unsigned */ +typedef unsigned short GLushort; /* 2-byte unsigned */ +typedef unsigned int GLuint; /* 4-byte unsigned */ +typedef int GLsizei; /* 4-byte signed */ +typedef float GLfloat; /* single precision float */ +typedef float GLclampf; /* single precision float in [0,1] */ +typedef double GLdouble; /* double precision float */ +typedef double GLclampd; /* double precision float in [0,1] */ +typedef char GLchar; #define GL_DONT_CARE 0x1100 #define GL_ZERO 0x0000 @@ -1630,4 +1630,4 @@ namespace Blah }; } -#endif // BLAH_USE_OPENGL \ No newline at end of file +#endif // BLAH_USE_OPENGL