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-08-07 17:18:12 +0400
committerHieu Hoang <hieu@hoang.co.uk>2013-08-07 17:18:12 +0400
commit441acf15e6a96f7d063d9b14bde2ee502e758c58 (patch)
tree681b91441a8e5067f85d0d1392f9c33aa0acac09 /moses/DecodeStepGeneration.h
parent5eef91c0ea336576b47c5fc0e1de2502be3b65a2 (diff)
beautify
Diffstat (limited to 'moses/DecodeStepGeneration.h')
-rw-r--r--moses/DecodeStepGeneration.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/moses/DecodeStepGeneration.h b/moses/DecodeStepGeneration.h
index efc3afb29..542d95730 100644
--- a/moses/DecodeStepGeneration.h
+++ b/moses/DecodeStepGeneration.h
@@ -41,11 +41,11 @@ public:
void Process(const TranslationOption &inputPartialTranslOpt
- , const DecodeStep &decodeStep
- , PartialTranslOptColl &outputPartialTranslOptColl
- , TranslationOptionCollection *toc
- , bool adhereTableLimit
- , const Phrase &src) const;
+ , const DecodeStep &decodeStep
+ , PartialTranslOptColl &outputPartialTranslOptColl
+ , TranslationOptionCollection *toc
+ , bool adhereTableLimit
+ , const Phrase &src) const;
private:
};