diff options
author | Jordi Vilalta Prat | 2008-12-22 11:22:15 +0000 |
---|---|---|
committer | Jordi Vilalta Prat | 2008-12-22 11:22:15 +0000 |
commit | b1999a2a16b83aa031df2ce1cb266b7fea8847da (patch) | |
tree | a042bbc975ead7e8b38243d0d25822d70e72fe69 /gui/ThemeLayout.h | |
parent | 2ec51ef3585d9450ddf21cff9212c0bc7f0b6a3f (diff) | |
download | scummvm-rg350-b1999a2a16b83aa031df2ce1cb266b7fea8847da.tar.gz scummvm-rg350-b1999a2a16b83aa031df2ce1cb266b7fea8847da.tar.bz2 scummvm-rg350-b1999a2a16b83aa031df2ce1cb266b7fea8847da.zip |
Fixed indentation and removed whitespaces at the end of line
svn-id: r35481
Diffstat (limited to 'gui/ThemeLayout.h')
-rw-r--r-- | gui/ThemeLayout.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/ThemeLayout.h b/gui/ThemeLayout.h index 2d119023ad..39675686f1 100644 --- a/gui/ThemeLayout.h +++ b/gui/ThemeLayout.h @@ -158,7 +158,7 @@ protected: class ThemeLayoutVertical : public ThemeLayout { public: ThemeLayoutVertical(ThemeLayout *p, int spacing, bool center) : - ThemeLayout(p, "") { + ThemeLayout(p, "") { _spacing = spacing; _centered = center; } |