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:
authorJeroen Vermeulen <jtv@precisiontranslationtools.com>2015-04-30 08:05:11 +0300
committerJeroen Vermeulen <jtv@precisiontranslationtools.com>2015-04-30 08:05:11 +0300
commiteca582410006443d0b101a9ae188e302f34f8a03 (patch)
tree35212762fbe666330205e2a9ef09d16a918d077c /moses/Parameter.h
parent85acdc62b1548863a6db18bebb538406cfcfa038 (diff)
Remove trailing whitespace in C++ files.
Diffstat (limited to 'moses/Parameter.h')
-rw-r--r--moses/Parameter.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/moses/Parameter.h b/moses/Parameter.h
index dd967e925..90b18c427 100644
--- a/moses/Parameter.h
+++ b/moses/Parameter.h
@@ -51,8 +51,8 @@ protected:
PARAM_STRING m_abbreviation;
PARAM_STRING m_description;
PARAM_STRING m_fullname;
- // std::map<char,std::set<std::string> > m_confusable;
- // stores long parameter names that start with a letter that is also a short option.
+ // std::map<char,std::set<std::string> > m_confusable;
+ // stores long parameter names that start with a letter that is also a short option.
options_description m_options;
std::map<std::string, std::vector<float> > m_weights;
@@ -64,30 +64,30 @@ protected:
bool isOption(const char* token);
bool Validate();
- void
+ void
AddParam(options_description& optgroup,
value_semantic const* optvalue,
- std::string const& paramName,
+ std::string const& paramName,
std::string const& description);
- void
+ void
AddParam(options_description& optgroup,
- std::string const &paramName,
+ std::string const &paramName,
std::string const &description);
- void
+ void
AddParam(options_description& optgroup,
value_semantic const* optvalue,
std::string const& paramName,
- std::string const& abbrevName,
+ std::string const& abbrevName,
std::string const& description);
- void
+ void
AddParam(options_description& optgroup,
std::string const& paramName,
- std::string const& abbrevName,
+ std::string const& abbrevName,
std::string const& description);
-
+
void PrintCredit();
void PrintFF() const;