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-05-30 15:51:40 +0400
committerHieu Hoang <hieu@hoang.co.uk>2013-05-30 15:51:40 +0400
commitb1993f6171ee7c4a8be902395d09159f72873850 (patch)
tree106d16d6df78e4a52996df2cdde7abe8b46e589d /moses/DecodeStepGeneration.cpp
parent83c447784178d27b4c83a1d874b3ca6c3e5b62bd (diff)
beautify
Diffstat (limited to 'moses/DecodeStepGeneration.cpp')
-rw-r--r--moses/DecodeStepGeneration.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/moses/DecodeStepGeneration.cpp b/moses/DecodeStepGeneration.cpp
index 8a9909cfc..ca116a4fe 100644
--- a/moses/DecodeStepGeneration.cpp
+++ b/moses/DecodeStepGeneration.cpp
@@ -31,9 +31,9 @@ namespace Moses
using namespace std;
DecodeStepGeneration::DecodeStepGeneration(const GenerationDictionary* dict,
- const DecodeStep* prev,
- const std::vector<FeatureFunction*> &features)
-: DecodeStep(dict, prev, features)
+ const DecodeStep* prev,
+ const std::vector<FeatureFunction*> &features)
+ : DecodeStep(dict, prev, features)
{
}