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:
authorMosesAdmin <moses-support-owner@mit.edu>2015-12-11 03:00:33 +0300
committerMosesAdmin <moses-support-owner@mit.edu>2015-12-11 03:00:33 +0300
commit739165c2b05dd3a423fedc6d14afcbf5ffe302e2 (patch)
treef373342ee1eacbd501e9ad52928c7cb1837c707d /moses/XmlOption.h
parenta95060579512ef7c27bad7aac28897d54a5e3de9 (diff)
daily automatic beautifier
Diffstat (limited to 'moses/XmlOption.h')
-rw-r--r--moses/XmlOption.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/moses/XmlOption.h b/moses/XmlOption.h
index d5f399763..00bebc2e6 100644
--- a/moses/XmlOption.h
+++ b/moses/XmlOption.h
@@ -32,8 +32,8 @@ std::vector<std::string> TokenizeXml(const std::string& str, const std::string&
bool ProcessAndStripXMLTags(AllOptions const& opts,
std::string &line, std::vector<XmlOption const*> &res,
- ReorderingConstraint &reorderingConstraint,
- std::vector< size_t > &walls,
+ ReorderingConstraint &reorderingConstraint,
+ std::vector< size_t > &walls,
std::vector< std::pair<size_t, std::string> > &placeholders);