diff options
author | rubidium <rubidium@openttd.org> | 2008-04-18 04:37:06 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2008-04-18 04:37:06 +0000 |
commit | ca1f8fbe2ed1a9ba1b963d2d09eef074cc54c498 (patch) | |
tree | 31dd8caca4df193a4a2d7a3cd1ef2974e1a2b5a0 /src/blitter | |
parent | d2b55e7afd74361b6e4306f7f892381f34004514 (diff) | |
download | openttd-ca1f8fbe2ed1a9ba1b963d2d09eef074cc54c498.tar.xz |
(svn r12761) -Codechange: lots of minor whitespace coding style fixes around operators.
Diffstat (limited to 'src/blitter')
-rw-r--r-- | src/blitter/32bpp_base.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/blitter/32bpp_base.hpp b/src/blitter/32bpp_base.hpp index 828136201..5a664cd0b 100644 --- a/src/blitter/32bpp_base.hpp +++ b/src/blitter/32bpp_base.hpp @@ -104,7 +104,7 @@ public: } /** - * Make a colour grey-based. + * Make a colour grey - based. * @param colour the colour to make grey. * @return the new colour, now grey. */ |