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:
authorJeroen Vermeulen <jtv@precisiontranslationtools.com>2015-05-13 13:05:43 +0300
committerJeroen Vermeulen <jtv@precisiontranslationtools.com>2015-05-13 13:05:43 +0300
commit0859e9a844cc23ff04b09b4ac3d580da9197d1a1 (patch)
tree413793a630870bca4d27077d3193786ce9a1dee7 /moses/Manager.cpp
parent87e1f1351fdebc8d65d3ebe6ee726dccc765006e (diff)
Remove trailing whitespace from C++ files.
Diffstat (limited to 'moses/Manager.cpp')
-rw-r--r--moses/Manager.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/moses/Manager.cpp b/moses/Manager.cpp
index 9d56d4cfa..7580b4e6e 100644
--- a/moses/Manager.cpp
+++ b/moses/Manager.cpp
@@ -1982,10 +1982,10 @@ void Manager::OutputSearchGraphSLF() const
// static char const* key = "output-search-graph-hypergraph";
// PARAM_VEC const* p = staticData.GetParameter().GetParam(key);
// ScoreComponentCollection const& weights = staticData.GetAllWeights();
-// string const& nBestFile = staticData.GetNBestFilePath();
+// string const& nBestFile = staticData.GetNBestFilePath();
// HypergraphOutput<Manager> hypergraphOutput(PRECISION, p, nBestFile, weights);
// hypergraphOutput.Write(*this);
-
+
// }
void Manager::OutputLatticeMBRNBest(std::ostream& out, const vector<LatticeMBRSolution>& solutions,long translationId) const