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 'phrase-extract/ScoreFeatureTest.cpp')
-rw-r--r--phrase-extract/ScoreFeatureTest.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/phrase-extract/ScoreFeatureTest.cpp b/phrase-extract/ScoreFeatureTest.cpp
index 9497414be..cc22f8630 100644
--- a/phrase-extract/ScoreFeatureTest.cpp
+++ b/phrase-extract/ScoreFeatureTest.cpp
@@ -95,15 +95,15 @@ BOOST_AUTO_TEST_CASE(manager_config_domain)
( {"--SparseDomainIndicator","/dev/null"});
checkDomainConfigured<SparseSubsetDomainFeature>
( {"--SparseDomainSubset","/dev/null"});
-
+
unordered_set<int> s;
s.insert(4);
s.insert(7);
s.insert(4);
s.insert(1);
-
- for (auto i: s) {
- cerr << i << " ";
+
+for (auto i: s) {
+ cerr << i << " ";
}
}