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 <hieuhoang@gmail.com>2015-10-18 15:30:02 +0300
committerHieu Hoang <hieuhoang@gmail.com>2015-10-18 15:30:02 +0300
commitf7839c42d5cf2de17e86ec16df5e2f541ba53c75 (patch)
tree9f2444fecd5ddff97cf4df7b47f2e748bb87a2a6 /moses/Util.h
parent7a2d372df6d04b16a860f6aada5514b884544ed3 (diff)
beautify
Diffstat (limited to 'moses/Util.h')
-rw-r--r--moses/Util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/Util.h b/moses/Util.h
index c30ae5018..cc0f7314b 100644
--- a/moses/Util.h
+++ b/moses/Util.h
@@ -428,7 +428,7 @@ inline float CalcTranslationScore(const std::vector<float> &probVector,
out << *this; \
return out.str(); \
} \
-
+
//! delete and remove every element of a collection object such as set, list etc
template<class COLL>
void RemoveAllInColl(COLL &coll)