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-11 19:20:15 +0400
committerHieu Hoang <hieu@hoang.co.uk>2013-07-11 19:20:15 +0400
commit183de6ea77f081f1892ef25997bdc1a75abd4d4c (patch)
tree7e7cad60e363440f7c296225057f04656814fc1d /moses/TranslationOptionCollectionText.cpp
parent7ec09ca24fcdcce1c42335c1e645731da491b1de (diff)
beautify
Diffstat (limited to 'moses/TranslationOptionCollectionText.cpp')
-rw-r--r--moses/TranslationOptionCollectionText.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/moses/TranslationOptionCollectionText.cpp b/moses/TranslationOptionCollectionText.cpp
index 4ddae27b6..5cd72bf7e 100644
--- a/moses/TranslationOptionCollectionText.cpp
+++ b/moses/TranslationOptionCollectionText.cpp
@@ -127,11 +127,11 @@ void TranslationOptionCollectionText::CreateTranslationOptionsForRange(
InputPath &inputPath = GetInputPath(startPos, endPos);
TranslationOptionCollection::CreateTranslationOptionsForRange(decodeGraph
- , startPos
- , endPos
- , adhereTableLimit
- , graphInd
- , inputPath);
+ , startPos
+ , endPos
+ , adhereTableLimit
+ , graphInd
+ , inputPath);
}