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 /graphics/surface.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 'graphics/surface.h')
-rw-r--r-- | graphics/surface.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/surface.h b/graphics/surface.h index 747bda9a26..2d168a10dd 100644 --- a/graphics/surface.h +++ b/graphics/surface.h @@ -35,10 +35,10 @@ namespace Graphics { * operations, font rendering, etc. */ struct Surface { - /** - * ARM code relies on the layout of the first 3 of these fields. Do - * not change them. - */ + /** + * ARM code relies on the layout of the first 3 of these fields. Do + * not change them. + */ uint16 w; uint16 h; uint16 pitch; |