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 <hieuhoang@gmail.com>2015-10-18 15:30:02 +0300
committerHieu Hoang <hieuhoang@gmail.com>2015-10-18 15:30:02 +0300
commitf7839c42d5cf2de17e86ec16df5e2f541ba53c75 (patch)
tree9f2444fecd5ddff97cf4df7b47f2e748bb87a2a6 /moses/Hypothesis.h
parent7a2d372df6d04b16a860f6aada5514b884544ed3 (diff)
beautify
Diffstat (limited to 'moses/Hypothesis.h')
-rw-r--r--moses/Hypothesis.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/Hypothesis.h b/moses/Hypothesis.h
index 07c69379b..caff9b397 100644
--- a/moses/Hypothesis.h
+++ b/moses/Hypothesis.h
@@ -314,7 +314,7 @@ struct CompareHypothesisTotalScore {
ObjectPool<Hypothesis> &pool = Hypothesis::GetObjectPool(); \
pool.freeObject(hypo); \
} \
-
+
#else
#define FREEHYPO(hypo) delete hypo
#endif