]> git.tdb.fi Git - libs/gl.git/blobdiff - source/texture2d.h
Fix some incorrect whitespace
[libs/gl.git] / source / texture2d.h
index 485867dd14f48e3a7dce09b7a4d9600856f152a9..6c089ed2fc675c27ed40edf9d07f85cffe1dd019 100644 (file)
@@ -45,7 +45,7 @@ public:
        /** Allocates storage for the texture.  The contents are initially
        undefined.  If storage has already been allocated, does nothing. */
        void allocate(unsigned level);
-       
+
        /** Uploads an image to the texture.  Storage must be defined beforehand.
        The image data must have dimensions and format compatible with the defined
        storage. */