CLOUD: Fix code formatting

This commit is contained in:
Peter Bozsó 2016-07-21 09:29:54 +02:00 committed by Alexander Tkachev
parent 772d8ee42b
commit 9254df2d96
35 changed files with 380 additions and 366 deletions

View file

@ -82,7 +82,7 @@ bool CloudIcon::draw() {
if (g_system) {
Graphics::TransparentSurface *surface = &_icon;
makeAlphaIcon((_showingDisabled? _disabledIcon:_icon), _currentAlpha);
makeAlphaIcon((_showingDisabled ? _disabledIcon : _icon), _currentAlpha);
if (_alphaIcon.getPixels()) surface = &_alphaIcon;
if (surface && surface->getPixels()) {
int x = g_system->getOverlayWidth() - surface->w - 10, y = 10;