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/misc
diff options
context:
space:
mode:
authorMosesAdmin <hieuhoang@gmail.com>2015-06-04 15:41:46 +0300
committerMosesAdmin <hieuhoang@gmail.com>2015-06-04 15:41:46 +0300
commit5696a59ae46862221901226cfd232b18ddf74357 (patch)
tree149350997bd1fa8b7a18ea88eeb9bb02c9a97251 /misc
parent0e11919ffb7093939e0402725a6fc6a319691633 (diff)
daily automatic beautifier
Diffstat (limited to 'misc')
-rw-r--r--misc/processLexicalTableMin.cpp8
-rw-r--r--misc/processPhraseTableMin.cpp8
2 files changed, 8 insertions, 8 deletions
diff --git a/misc/processLexicalTableMin.cpp b/misc/processLexicalTableMin.cpp
index 8eee489ad..fac3d632c 100644
--- a/misc/processLexicalTableMin.cpp
+++ b/misc/processLexicalTableMin.cpp
@@ -55,10 +55,10 @@ int main(int argc, char** argv)
size_t quantize = 0;
size_t threads =
- #ifdef WITH_THREADS
- boost::thread::hardware_concurrency() ? boost::thread::hardware_concurrency() :
- #endif
- 1;
+#ifdef WITH_THREADS
+ boost::thread::hardware_concurrency() ? boost::thread::hardware_concurrency() :
+#endif
+ 1;
if(1 >= argc) {
printHelp(argv);
diff --git a/misc/processPhraseTableMin.cpp b/misc/processPhraseTableMin.cpp
index 3948a692c..a124d25df 100644
--- a/misc/processPhraseTableMin.cpp
+++ b/misc/processPhraseTableMin.cpp
@@ -68,10 +68,10 @@ int main(int argc, char **argv)
size_t sortScoreIndex = 2;
bool warnMe = true;
size_t threads =
- #ifdef WITH_THREADS
- boost::thread::hardware_concurrency() ? boost::thread::hardware_concurrency() :
- #endif
- 1;
+#ifdef WITH_THREADS
+ boost::thread::hardware_concurrency() ? boost::thread::hardware_concurrency() :
+#endif
+ 1;
if(1 >= argc) {
printHelp(argv);