From bba2366d65b8442f58894e170bd3c0507167de72 Mon Sep 17 00:00:00 2001 From: rofu Date: Tue, 26 Jan 2010 15:29:16 +0000 Subject: [PATCH] Remove redundant spaces. --- linear.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linear.cpp b/linear.cpp index fbd032a..8509331 100644 --- a/linear.cpp +++ b/linear.cpp @@ -2091,7 +2091,7 @@ void get_labels(const model *model_, int* label) label[i] = model_->label[i]; } -void set_print_string_function(void (*print_func) (const char*)) +void set_print_string_function(void (*print_func)(const char*)) { if (print_func == NULL) liblinear_print_string = &print_string_stdout; -- 2.40.0