aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorEugene Sandulenko2017-07-30 09:05:14 +0200
committerEugene Sandulenko2017-08-01 10:42:21 +0200
commitdbc247cc3ff3862b28bb6a83bcced50e52e69b96 (patch)
tree385aaec991fea6379f4d9d27b4b1d7889faa55f8 /graphics
parent042b3dc60e82592b714129d96f82fd7fb04b8aea (diff)
downloadscummvm-rg350-dbc247cc3ff3862b28bb6a83bcced50e52e69b96.tar.gz
scummvm-rg350-dbc247cc3ff3862b28bb6a83bcced50e52e69b96.tar.bz2
scummvm-rg350-dbc247cc3ff3862b28bb6a83bcced50e52e69b96.zip
JANITORIAL: Code formatting
Diffstat (limited to 'graphics')
-rw-r--r--graphics/macgui/mactext.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/macgui/mactext.cpp b/graphics/macgui/mactext.cpp
index 2ca60a1745..fe6cf4ee62 100644
--- a/graphics/macgui/mactext.cpp
+++ b/graphics/macgui/mactext.cpp
@@ -327,7 +327,8 @@ void MacText::recalcDims() {
}
void MacText::draw(ManagedSurface *g, int x, int y, int w, int h, int xoff, int yoff) {
- if (_textLines.empty()) return;
+ if (_textLines.empty())
+ return;
render();