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
path: root/moses
diff options
context:
space:
mode:
authorUlrich Germann <ugermann@inf.ed.ac.uk>2015-02-10 02:17:12 +0300
committerUlrich Germann <ugermann@inf.ed.ac.uk>2015-02-10 02:17:12 +0300
commit4bef4a8a519315fdfd4883829d5abdda329bc16f (patch)
treea609387dc309e51a0dcba21994d2939a82b4e9aa /moses
parentd3e39c2138e45fd1fff13816215f1560afe82829 (diff)
Reformatting to improve code readability.
Diffstat (limited to 'moses')
-rw-r--r--moses/FF/StatefulFeatureFunction.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/moses/FF/StatefulFeatureFunction.h b/moses/FF/StatefulFeatureFunction.h
index 08b7c607d..f54f3a746 100644
--- a/moses/FF/StatefulFeatureFunction.h
+++ b/moses/FF/StatefulFeatureFunction.h
@@ -17,7 +17,9 @@ class StatefulFeatureFunction: public FeatureFunction
static std::vector<const StatefulFeatureFunction*> m_statefulFFs;
public:
- static const std::vector<const StatefulFeatureFunction*>& GetStatefulFeatureFunctions() {
+ static const std::vector<const StatefulFeatureFunction*>&
+ GetStatefulFeatureFunctions()
+ {
return m_statefulFFs;
}