From 8e0c53de180d2e0de613934f1dedbfd4aa5fdf7c Mon Sep 17 00:00:00 2001 From: Colin Snover Date: Sun, 12 Nov 2017 13:45:41 -0600 Subject: FULLPIPE: Fix whitespace errors --- engines/fullpipe/statics.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/fullpipe/statics.cpp') diff --git a/engines/fullpipe/statics.cpp b/engines/fullpipe/statics.cpp index 98854f98d2..a78131d29d 100644 --- a/engines/fullpipe/statics.cpp +++ b/engines/fullpipe/statics.cpp @@ -1497,7 +1497,7 @@ Movement::~Movement() { for (uint i = 0; i < _dynamicPhases.size(); i++) delete _framePosOffsets[i]; - if (!_currMovement ) { + if (!_currMovement) { if (_updateFlag1) { _dynamicPhases[0]->freePixelData(); _dynamicPhases.remove_at(0); -- cgit v1.2.3