]> git.tdb.fi Git - libs/gl.git/commitdiff
Fix some incorrect whitespace
authorMikko Rasa <tdb@tdb.fi>
Thu, 28 Nov 2013 12:23:30 +0000 (14:23 +0200)
committerMikko Rasa <tdb@tdb.fi>
Thu, 28 Nov 2013 12:23:30 +0000 (14:23 +0200)
source/batch.cpp
source/bloom.h
source/colorcurve.h
source/font.h
source/framebuffer.cpp
source/material.h
source/renderer.h
source/technique.h
source/texture2d.h
source/texture3d.h

index 956fe1309e80ad0b65a714b2ac000b5162c05348..34bd83c0d7ac07683bc3bea118c9d33a46f3e012 100644 (file)
@@ -97,7 +97,7 @@ void Batch::set_data_type(DataType t)
 Batch &Batch::append(unsigned i)
 {
        append_index(i);
-       
+
        update_offset();
        dirty = true;
 
index 9f1d93dcece4174c0912a8671bc0e98b2bb793b5..b96fddfc52abeed4c1ce60da16c3fb99f09d8deb 100644 (file)
@@ -35,7 +35,7 @@ private:
 
 public:
        Bloom(unsigned, unsigned);
-       
+
        /** Sets the σ value of the gaussian blur.  Values much larger than 4.0 are
        likely to cause artifacts. */
        void set_radius(float);
index 82a8526f2f113a91bec2e7217719825b1d6ea311..74a19d04bc916878635d23dcaf24708be6989d36 100644 (file)
@@ -9,7 +9,7 @@ namespace Msp {
 namespace GL {
 
 /**
-Processes oversaturated colors to preserve hues.  When one color component 
+Processes oversaturated colors to preserve hues.  When one color component
 exceeds 1.0, the others are scaled towards white.  A transition curve is also
 applied near 1.0 to prevent the abrupt change in the gradient.
 
index 5fcc63c4414dee39064c7a63fcd92bd35497d4a2..fea97a11feb026688d56028e8804b4539677b311 100644 (file)
@@ -41,9 +41,9 @@ public:
                };
 
                unsigned code;
-               float x1,y1;
-               float x2,y2;
-               float w,h;
+               float x1, y1;
+               float x2, y2;
+               float w, h;
                float off_x, off_y;
                float advance;
        };
index 8f54020009586cd5b20e97f64a7faa14d2327e17..ae8f4dd471a936881f77e8e569de8e97ba5bc8c0 100644 (file)
@@ -279,7 +279,7 @@ void Framebuffer::bind() const
 }
 
 const Framebuffer *Framebuffer::current()
-{      
+{
        if(!cur_obj)
                cur_obj = &system();
        return cur_obj;
index a787a6d3b7078ee60f706debaf2d62b903c4989f..f244636859ccc6bb7ab417e5ebe7b498f6925ff5 100644 (file)
@@ -19,7 +19,7 @@ public:
        {
        public:
                Loader(Material &);
-       
+
        private:
                void ambient(float, float, float, float);
                void diffuse(float, float, float, float);
index 1254b7adf3951ffc6b2dfd1d1890e9ceb8598290..a4663df87a152d3a0444e48b42e97558e49f2bab 100644 (file)
@@ -83,7 +83,7 @@ private:
 
        public:
                MtxStack(Renderer &);
-       private:        
+       private:
                virtual void update();
        };
 
index ad988c2763c412f35d6d471151e5e97a60ca7cbe..d1fab38f7ad9649f45d7c2be6b9fd4f805a1e3d0 100644 (file)
@@ -32,7 +32,7 @@ private:
        {
        public:
                InheritLoader(Technique &, Collection &);
-       
+
        private:
                void texture(const std::string &, const std::string &);
        };
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. */
index 0a03cd5d9e61e1a06d0c41ec3376ca91f4cc0436..25c96c5ce57c8fc2eae1d00d076a0decc8a10455 100644 (file)
@@ -32,7 +32,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. */