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/WordLattice.h
parent6d4bad0f78ede5bcf7eaaea1de584f42bce8e91f (diff)
beautify
Diffstat (limited to 'moses/WordLattice.h')
-rw-r--r--moses/WordLattice.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/moses/WordLattice.h b/moses/WordLattice.h
index dc1582d78..11a07976c 100644
--- a/moses/WordLattice.h
+++ b/moses/WordLattice.h
@@ -22,8 +22,9 @@ private:
public:
WordLattice();
- InputTypeEnum GetType() const
- { return WordLatticeInput; }
+ InputTypeEnum GetType() const {
+ return WordLatticeInput;
+ }
size_t GetColumnIncrement(size_t ic, size_t j) const;
void Print(std::ostream&) const;