]> granicus.if.org Git - liblinear/commitdiff
Remove redundant spaces.
authorrofu <rofu@16e7d947-dcc2-db11-b54a-0017319806e7>
Tue, 26 Jan 2010 15:29:16 +0000 (15:29 +0000)
committerrofu <rofu@16e7d947-dcc2-db11-b54a-0017319806e7>
Tue, 26 Jan 2010 15:29:16 +0000 (15:29 +0000)
linear.cpp

index fbd032accc62fc9691e9a6c05b968881c2856b9b..8509331939e7415fcb8f9500224bfe23416d866d 100644 (file)
@@ -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;