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-04 23:19:51 +0400
committerHieu Hoang <hieu@hoang.co.uk>2013-07-04 23:19:51 +0400
commitf35750bc08ca06766f2f9bf9742f45c986a1c44e (patch)
tree4e720429b3cf403c38d37bd36198a962b5072729 /mert/BleuScorer.h
parentb10159a29f9ab020b3e606ce04247dd7265a8590 (diff)
beautify
Diffstat (limited to 'mert/BleuScorer.h')
-rw-r--r--mert/BleuScorer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/mert/BleuScorer.h b/mert/BleuScorer.h
index 92d7fb9d5..8be567574 100644
--- a/mert/BleuScorer.h
+++ b/mert/BleuScorer.h
@@ -67,7 +67,7 @@ public:
// NOTE: this function is used for unit testing.
virtual bool OpenReferenceStream(std::istream* is, std::size_t file_id);
- //private:
+ //private:
protected:
ReferenceLengthType m_ref_length_type;
@@ -76,7 +76,7 @@ protected:
// constructor used by subclasses
BleuScorer(const std::string& name, const std::string& config): StatisticsBasedScorer(name,config) {}
-
+
// no copying allowed
BleuScorer(const BleuScorer&);
BleuScorer& operator=(const BleuScorer&);