]> git.tdb.fi Git - libs/gltk.git/blobdiff - source/style.cpp
Style update: add spaces around assignments
[libs/gltk.git] / source / style.cpp
index 0d6e424e2163b048d65c3c76af46b7792cb87acc..0bc931188e7e93ee9356cae9e90bf79112d27ecd 100644 (file)
@@ -30,7 +30,7 @@ Style::Loader::Loader(Style &s, Resources &r):
 
 void Style::Loader::font_color(float r, float g, float b)
 {
-       style.font_color=GL::Color(r, g, b);
+       style.font_color = GL::Color(r, g, b);
 }
 
 void Style::Loader::part()