From 6249432407af8730c10bccc7894c0725fcaf5e47 Mon Sep 17 00:00:00 2001 From: Hieu Hoang Date: Wed, 29 May 2013 18:16:15 +0100 Subject: beautify --- moses/BitmapContainer.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'moses/BitmapContainer.cpp') diff --git a/moses/BitmapContainer.cpp b/moses/BitmapContainer.cpp index 7e8d470ee..64dd9081b 100644 --- a/moses/BitmapContainer.cpp +++ b/moses/BitmapContainer.cpp @@ -275,11 +275,11 @@ BitmapContainer::~BitmapContainer() // As we have created the square position objects we clean up now. while (!m_queue.empty()) { - HypothesisQueueItem *item = m_queue.top(); - m_queue.pop(); + HypothesisQueueItem *item = m_queue.top(); + m_queue.pop(); - FREEHYPO( item->GetHypothesis() ); - delete item; + FREEHYPO( item->GetHypothesis() ); + delete item; } // Delete all edges. -- cgit v1.2.3