]> git.tdb.fi Git - libs/gltk.git/blobdiff - source/image.cpp
Style and comment updates
[libs/gltk.git] / source / image.cpp
index 448da7b985e14664730a1dc33b9994df98bcecbb..6e24d71b13a42df36a0f2f23b5442dc3406f28a1 100644 (file)
@@ -12,8 +12,7 @@ namespace GLtk {
 
 Image::Image(const GL::Texture2D *i):
        image(i)
-{
-}
+{ }
 
 void Image::autosize_special(const Part &part, Geometry &ageom) const
 {