From 05ead45e71916c5763c5c4b6375e2ca6838f3995 Mon Sep 17 00:00:00 2001 From: Hieu Hoang Date: Wed, 14 Jan 2015 11:07:42 +0000 Subject: beautify --- moses/ScoreComponentCollection.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'moses/ScoreComponentCollection.cpp') diff --git a/moses/ScoreComponentCollection.cpp b/moses/ScoreComponentCollection.cpp index 19c7475b6..b8c93c193 100644 --- a/moses/ScoreComponentCollection.cpp +++ b/moses/ScoreComponentCollection.cpp @@ -186,8 +186,8 @@ void ScoreComponentCollection::Save(ostream& out, bool multiline) const string sep = " "; string linesep = "\n"; if (!multiline) { - sep = "="; - linesep = " "; + sep = "="; + linesep = " "; } ScoreIndexMap::const_iterator iter = s_scoreIndexes.begin(); for (; iter != s_scoreIndexes.end(); ++iter ) { @@ -323,8 +323,8 @@ void ScoreComponentCollection::OutputAllFeatureScores(std::ostream &out) const } void ScoreComponentCollection::OutputFeatureScores( std::ostream& out - , const FeatureFunction *ff - , std::string &lastName ) const + , const FeatureFunction *ff + , std::string &lastName ) const { const StaticData &staticData = StaticData::Instance(); bool labeledOutput = staticData.IsLabeledNBestList(); -- cgit v1.2.3