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/DecodeStepTranslation.cpp
parent83c447784178d27b4c83a1d874b3ca6c3e5b62bd (diff)
beautify
Diffstat (limited to 'moses/DecodeStepTranslation.cpp')
-rw-r--r--moses/DecodeStepTranslation.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/moses/DecodeStepTranslation.cpp b/moses/DecodeStepTranslation.cpp
index 755320830..79582fbcc 100644
--- a/moses/DecodeStepTranslation.cpp
+++ b/moses/DecodeStepTranslation.cpp
@@ -30,9 +30,9 @@ using namespace std;
namespace Moses
{
DecodeStepTranslation::DecodeStepTranslation(const PhraseDictionary* pdf,
- const DecodeStep* prev,
- const std::vector<FeatureFunction*> &features)
-: DecodeStep(pdf, prev, features)
+ const DecodeStep* prev,
+ const std::vector<FeatureFunction*> &features)
+ : DecodeStep(pdf, prev, features)
{
}