diff options
author | Sven Hesse | 2011-08-22 09:53:06 +0200 |
---|---|---|
committer | Sven Hesse | 2011-08-22 09:53:06 +0200 |
commit | a1df3a408de0b21031e1840cfc6acf88f728c7fc (patch) | |
tree | a9e0cd8917f85fdd23668a1cce2102147cb42a1b | |
parent | 4da83afa5ac735ffbc9e2b354170af09bc1a0e8d (diff) | |
download | scummvm-rg350-a1df3a408de0b21031e1840cfc6acf88f728c7fc.tar.gz scummvm-rg350-a1df3a408de0b21031e1840cfc6acf88f728c7fc.tar.bz2 scummvm-rg350-a1df3a408de0b21031e1840cfc6acf88f728c7fc.zip |
GRAPHICS: Fix indentation
-rw-r--r-- | graphics/fontman.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/fontman.h b/graphics/fontman.h index 371ebb1e35..09c1a198ff 100644 --- a/graphics/fontman.h +++ b/graphics/fontman.h @@ -61,7 +61,7 @@ public: /** * Associates a BDF font object with an 'usage'. This is useful for platforms - * with a screen DPI much larger than a regular desktop workstation. + * with a screen DPI much larger than a regular desktop workstation. * * @param name the name of the font * @param font the font object |