From b5f2aa9822550a9cf39ac6fe143f0cec5e2cf40d Mon Sep 17 00:00:00 2001 From: "Wu, Ke" Date: Fri, 10 Oct 2014 17:12:33 -0400 Subject: Run clang-format --- utils/constituent_reorder_model.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'utils') 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(), "Instance file path (output)")( "model_prefix", po::value(), "Model file path prefix (output): three files will be generated")( - "feature_cutoff", po::value()->default_value(100), - "Feature cutoff threshold")( - "svm_option", po::value(), "Parameters for SVMLight classifier")( + "feature_cutoff", po::value()->default_value(100), + "Feature cutoff threshold")("svm_option", po::value(), + "Parameters for SVMLight classifier")( "help", "produce help message"); po::variables_map vm; -- cgit v1.2.3