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:
authorMosesAdmin <moses-support-owner@mit.edu>2015-12-03 03:01:07 +0300
committerMosesAdmin <moses-support-owner@mit.edu>2015-12-03 03:01:07 +0300
commit157be7cc519fd8afae979b18fa64967eb9c5f38f (patch)
tree1af5f33960b69b66427dd57244bac0afa36e9c47 /moses/Parameter.cpp
parent97d6ccec9814f1b1ec3bb3d1e67358bc411425dd (diff)
daily automatic beautifier
Diffstat (limited to 'moses/Parameter.cpp')
-rw-r--r--moses/Parameter.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/moses/Parameter.cpp b/moses/Parameter.cpp
index baad8ec65..e9969dceb 100644
--- a/moses/Parameter.cpp
+++ b/moses/Parameter.cpp
@@ -451,11 +451,11 @@ LoadParam(const string &filePath)
return LoadParam(3, (char const**) argv);
}
-/// Print out version information about the things that went into this
-/// executable.
+/// Print out version information about the things that went into this
+/// executable.
void show_version()
{
- std::cout << "\nMoses code version (git tag or commit hash):\n "
+ std::cout << "\nMoses code version (git tag or commit hash):\n "
<< MOSES_VERSION_ID << std::endl
<< "Libraries used:" << std::endl
<< " Boost version "
@@ -466,7 +466,7 @@ void show_version()
#ifdef HAVE_XMLRPC_C
unsigned int major, minor, point;
xmlrpc_server_version(&major, &minor, &point);
- std::cout << " Xmlrpc-c version "
+ std::cout << " Xmlrpc-c version "
<< major << "." << minor << "." << point << std::endl;
#endif
#ifdef HAVE_CMPH
@@ -475,7 +475,7 @@ void show_version()
#endif
#ifdef MMT_VERSION_ID
- std::cout << string(20,'-')
+ std::cout << string(20,'-')
<< "\nMMT extras version: " << MMT_VERSION_ID << std::endl;
#endif
}