From b1fc0f69462feb635c2359087b63393d02f8f819 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sun, 4 Sep 2016 14:42:52 +0200 Subject: JANITORIAL: Fix whitespaces --- engines/fullpipe/interaction.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/fullpipe/interaction.cpp') diff --git a/engines/fullpipe/interaction.cpp b/engines/fullpipe/interaction.cpp index dc40750fe6..641d6e129e 100644 --- a/engines/fullpipe/interaction.cpp +++ b/engines/fullpipe/interaction.cpp @@ -433,7 +433,7 @@ Interaction::~Interaction() { if (_messageQueue) { while (_messageQueue->getExCommandByIndex(0)) _messageQueue->deleteExCommandByIndex(0, 1); - } + } delete _messageQueue; -- cgit v1.2.3