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-02-19 15:27:23 +0300
committerHieu Hoang <hieuhoang@gmail.com>2015-02-19 15:27:23 +0300
commit32de07502217879f0d354ec810c8e669f4d45d3c (patch)
treefafdf8f63d9902e4fd2b45f05902faa5d65df996 /moses/TreeInput.h
parent6d4bad0f78ede5bcf7eaaea1de584f42bce8e91f (diff)
beautify
Diffstat (limited to 'moses/TreeInput.h')
-rw-r--r--moses/TreeInput.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/moses/TreeInput.h b/moses/TreeInput.h
index 391fe1453..d65f22ddf 100644
--- a/moses/TreeInput.h
+++ b/moses/TreeInput.h
@@ -65,8 +65,7 @@ public:
}
//! Get the XMLParseOutput objects in the order they were created.
- const std::vector<XMLParseOutput> &GetLabelledSpans() const
- {
+ const std::vector<XMLParseOutput> &GetLabelledSpans() const {
return m_labelledSpans;
}
};