JANITORIAL: Fix whitespace

This commit is contained in:
Adrian Frühwirth 2018-04-19 12:08:31 +02:00
parent 25aa60726d
commit 9bee9e1ba6
38 changed files with 98 additions and 98 deletions

View file

@ -143,7 +143,7 @@ void VectorRenderer::stepGetPositions(const DrawStep &step, const Common::Rect &
break;
case Graphics::DrawStep::kVectorAlignCenter:
in_y = area.top + (area.height() / 2) - (in_h / 2) + ((step.padding.top + step.padding.bottom ) / 2) ;
in_y = area.top + (area.height() / 2) - (in_h / 2) + ((step.padding.top + step.padding.bottom ) / 2);
break;
case Graphics::DrawStep::kVectorAlignTop: