aboutsummaryrefslogtreecommitdiffstats
path: root/include/YAGE/texture.hpp
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2017-08-06 17:03:05 +0100
committerYann Herklotz <ymherklotz@gmail.com>2017-08-06 17:07:43 +0100
commitf7ce70d139effc5553c4ed2fa604724413b9d9b2 (patch)
tree5a05620ed6a65cf999b4ea0f3976b803b44504c8 /include/YAGE/texture.hpp
parent932537776012c33dcdb6ae34dbb419f13717804d (diff)
downloadYAGE-f7ce70d139effc5553c4ed2fa604724413b9d9b2.tar.gz
YAGE-f7ce70d139effc5553c4ed2fa604724413b9d9b2.zip
Adding clang format with my style based on google
Diffstat (limited to 'include/YAGE/texture.hpp')
-rw-r--r--include/YAGE/texture.hpp10
1 files changed, 4 insertions, 6 deletions
diff --git a/include/YAGE/texture.hpp b/include/YAGE/texture.hpp
index 34accaca..65f3f651 100644
--- a/include/YAGE/texture.hpp
+++ b/include/YAGE/texture.hpp
@@ -11,16 +11,14 @@
#include <GL/glew.h>
-namespace yage
-{
+namespace yage {
-struct Texture
-{
+struct Texture {
GLuint id;
int width;
int height;
};
-
-} // yage
+
+} // yage
#endif