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 <hieu@hoang.co.uk>2013-07-30 18:04:37 +0400
committerHieu Hoang <hieu@hoang.co.uk>2013-07-30 18:04:37 +0400
commit77872f7521d65da38858a2b35ec7803437ec6208 (patch)
tree9bbcbe07611893daefe4be32227dfdbd7ed14b90 /moses/Sentence.h
parent1d40a604df65706a468857237d2c7e4852b14d57 (diff)
beautify
Diffstat (limited to 'moses/Sentence.h')
-rw-r--r--moses/Sentence.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/moses/Sentence.h b/moses/Sentence.h
index f3ce0d68c..97db5aff8 100644
--- a/moses/Sentence.h
+++ b/moses/Sentence.h
@@ -53,8 +53,8 @@ protected:
* Utility method that takes in a string representing an XML tag and the name of the attribute,
* and returns the value of that tag if present, empty string otherwise
*/
- std::vector<XmlOption*> m_xmlOptions;
- std::vector <bool> m_xmlCoverageMap;
+ std::vector<XmlOption*> m_xmlOptions;
+ std::vector <bool> m_xmlCoverageMap;
NonTerminalSet m_defaultLabelSet;