aboutsummaryrefslogtreecommitdiff
path: root/graphics/VectorRenderer.h
diff options
context:
space:
mode:
authorVicent Marti2008-05-09 11:41:34 +0000
committerVicent Marti2008-05-09 11:41:34 +0000
commitab27198bb699b360766813efcb8327d26e8b9907 (patch)
tree68554322c0d5491713546cc35e9cf62c165473cf /graphics/VectorRenderer.h
parent46fada31b72c4fab68d857a5fa16b57d059f4117 (diff)
downloadscummvm-rg350-ab27198bb699b360766813efcb8327d26e8b9907.tar.gz
scummvm-rg350-ab27198bb699b360766813efcb8327d26e8b9907.tar.bz2
scummvm-rg350-ab27198bb699b360766813efcb8327d26e8b9907.zip
- Code formating.
svn-id: r31963
Diffstat (limited to 'graphics/VectorRenderer.h')
-rw-r--r--graphics/VectorRenderer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/VectorRenderer.h b/graphics/VectorRenderer.h
index a49170c56a..4ab5bd5e27 100644
--- a/graphics/VectorRenderer.h
+++ b/graphics/VectorRenderer.h
@@ -223,7 +223,7 @@ public:
void drawSquare(int x, int y, int w, int h, bool fill);
void drawRoundedSquare(int x1, int y1, int r, int w, int h) {
- drawRoundedSquareAlg( x1, y1, r, w, h );
+ drawRoundedSquareAlg(x1, y1, r, w, h);
}
/**