Skip to content

Commit

Permalink
Code formatting;
Browse files Browse the repository at this point in the history
  • Loading branch information
mikl committed Mar 21, 2009
1 parent db53d47 commit 10c38bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsearch.pages.inc
Expand Up @@ -110,7 +110,8 @@ function template_preprocess_tsearch_result(&$variables) {
* value for the basic search form.
*/
function tsearch_form_validate($form, &$form_state) {
form_set_value($form['basic']['inline']['processed_keys'], trim($form_state['values']['keys']), $form_state);
form_set_value($form['basic']['inline']['processed_keys'],
trim($form_state['values']['keys']), $form_state);
}

/**
Expand Down

0 comments on commit 10c38bc

Please sign in to comment.