]> git.tdb.fi Git - libs/gl.git/blobdiff - source/texture3d.h
Style update: add spaces around assignment operators
[libs/gl.git] / source / texture3d.h
index 8d9566d8ec6c7f82d1112d84024239c2d8b60273..50e4555aa56cca44e3ec0d66ee09d2641a81f3ab 100644 (file)
@@ -30,7 +30,7 @@ public:
        void storage(PixelFormat, unsigned, unsigned, unsigned, int);
        void image(int, PixelFormat, DataType, const void *);
        void sub_image(int, int, int, unsigned, unsigned, unsigned, PixelFormat, DataType, const void *);
-       void load_image(const std::string &fn, int dp=-1);
+       void load_image(const std::string &fn, int dp = -1);
        unsigned get_width() const { return width; }
        unsigned get_height() const { return height; }
        unsigned get_depth() const { return depth; }