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-05-13 13:29:16 +0300
committerHieu Hoang <hieuhoang@gmail.com>2015-05-13 13:29:16 +0300
commit5173b9f6172cb695461b00826da935c2b2907c78 (patch)
tree1e39253453f4eef9934f5df5f342ade079fea9ed /moses/Util.h
parent0859e9a844cc23ff04b09b4ac3d580da9197d1a1 (diff)
beautify. Add sed for trailing spaces
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 43443eb02..b6d4ef613 100644
--- a/moses/Util.h
+++ b/moses/Util.h
@@ -427,7 +427,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)