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-08-23 16:53:30 +0400
committerHieu Hoang <hieu@hoang.co.uk>2013-08-23 16:53:30 +0400
commit4dfb625536e3b7deed1896d26c84c8f041288ba9 (patch)
treedaf1af2a0f3d7a5ba4e3a4677de9b467d21f84a0 /moses/ScoreComponentCollection.h
parent0613d98beb414753ce9701ab33e6e46a35e118e5 (diff)
beautify
Diffstat (limited to 'moses/ScoreComponentCollection.h')
-rw-r--r--moses/ScoreComponentCollection.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/moses/ScoreComponentCollection.h b/moses/ScoreComponentCollection.h
index 4d12e4286..9f3ea49f4 100644
--- a/moses/ScoreComponentCollection.h
+++ b/moses/ScoreComponentCollection.h
@@ -417,7 +417,8 @@ struct SCCPlus {
}
};
-inline void swap(ScoreComponentCollection &first, ScoreComponentCollection &second) {
+inline void swap(ScoreComponentCollection &first, ScoreComponentCollection &second)
+{
swap(first.m_scores, second.m_scores);
}