(svn r26108) -Codechange: some coding style (whitespace)

This commit is contained in:
rubidium
2013-11-25 14:30:22 +00:00
parent 6996b441d9
commit defda16eb6
36 changed files with 38 additions and 38 deletions

View File

@@ -25,7 +25,7 @@ public:
};
/** Factory for the most trivial 8bpp blitter. */
class FBlitter_8bppSimple: public BlitterFactory<FBlitter_8bppSimple> {
class FBlitter_8bppSimple : public BlitterFactory<FBlitter_8bppSimple> {
public:
/* virtual */ const char *GetName() { return "8bpp-simple"; }
/* virtual */ const char *GetDescription() { return "8bpp Simple Blitter (relative slow, but never wrong)"; }