diff options
author | Wu, Ke <wuke@cs.umd.edu> | 2014-10-10 17:12:33 -0400 |
---|---|---|
committer | Wu, Ke <wuke@cs.umd.edu> | 2014-10-10 17:12:33 -0400 |
commit | b5f2aa9822550a9cf39ac6fe143f0cec5e2cf40d (patch) | |
tree | 9b35bbfc5fed881611945141bb85ffa36c98262b /utils | |
parent | cf7f7fdd156d4f9d1217aee9a4f419bf8e4eb80b (diff) |
Run clang-format
Diffstat (limited to 'utils')
-rw-r--r-- | utils/constituent_reorder_model.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/utils/constituent_reorder_model.cc b/utils/constituent_reorder_model.cc index 5a5c5546..2ff8413f 100644 --- a/utils/constituent_reorder_model.cc +++ b/utils/constituent_reorder_model.cc @@ -609,9 +609,9 @@ int main(int argc, char** argv) { "instance_file", po::value<string>(), "Instance file path (output)")( "model_prefix", po::value<string>(), "Model file path prefix (output): three files will be generated")( - "feature_cutoff", po::value<int>()->default_value(100), - "Feature cutoff threshold")( - "svm_option", po::value<string>(), "Parameters for SVMLight classifier")( + "feature_cutoff", po::value<int>()->default_value(100), + "Feature cutoff threshold")("svm_option", po::value<string>(), + "Parameters for SVMLight classifier")( "help", "produce help message"); po::variables_map vm; |