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:
authorNicola Bertoldi <bertoldi@fbk.eu>2014-05-19 17:34:27 +0400
committerNicola Bertoldi <bertoldi@fbk.eu>2014-05-19 17:34:27 +0400
commit2f3cd5e2fe54f0352eee4657ea91e0039073a95a (patch)
tree535b1f445dd9f762997bc0dd0ef7a17f9500e250 /moses/FF/HyperParameterAsWeight.cpp
parentd85bd05e1827ceb917ab3664fee34fd05725eab6 (diff)
beautify
Diffstat (limited to 'moses/FF/HyperParameterAsWeight.cpp')
-rw-r--r--moses/FF/HyperParameterAsWeight.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/FF/HyperParameterAsWeight.cpp b/moses/FF/HyperParameterAsWeight.cpp
index 2fd0f2acb..a2c068530 100644
--- a/moses/FF/HyperParameterAsWeight.cpp
+++ b/moses/FF/HyperParameterAsWeight.cpp
@@ -7,7 +7,7 @@ namespace Moses
{
HyperParameterAsWeight::HyperParameterAsWeight(const std::string &line)
-:StatelessFeatureFunction(2, line)
+ :StatelessFeatureFunction(2, line)
{
ReadParameters();