Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHieu Hoang <hieu@hoang.co.uk>2013-05-29 21:16:15 +0400
committerHieu Hoang <hieu@hoang.co.uk>2013-05-29 21:16:15 +0400
commit6249432407af8730c10bccc7894c0725fcaf5e47 (patch)
tree3ac1f094b9fdc199b04bc5ef209ce00e3596e37d /moses/BitmapContainer.cpp
parent59bd7deb4b6b9c4f7b3b7dbb055783528fbc31ca (diff)
beautify
Diffstat (limited to 'moses/BitmapContainer.cpp')
-rw-r--r--moses/BitmapContainer.cpp8
1 files changed, 4 insertions, 4 deletions
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.