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:
Diffstat (limited to 'moses/FactorCollection.h')
-rw-r--r--moses/FactorCollection.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/moses/FactorCollection.h b/moses/FactorCollection.h
index 8c3db5da9..3968b4102 100644
--- a/moses/FactorCollection.h
+++ b/moses/FactorCollection.h
@@ -87,8 +87,8 @@ class FactorCollection
//! constructor. only the 1 static variable can be created
FactorCollection()
- :m_factorId(0)
- {}
+ :m_factorId(0) {
+ }
public:
static FactorCollection& Instance() {