diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-03-08 02:38:21 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-03-08 02:38:21 +0000 |
commit | 577c14e86e688fe590cbd03bd84e7f4865b39cc7 (patch) | |
tree | 5525261cb52f8f2a40b01293034c37e94223ccf6 /modules | |
parent | ce6a3e17cbee9caccdf53fb73343dc40bd0bc603 (diff) | |
download | brdo-577c14e86e688fe590cbd03bd84e7f4865b39cc7.tar.gz brdo-577c14e86e688fe590cbd03bd84e7f4865b39cc7.tar.bz2 |
#304330 follow-up by Damien Tournoud: Fix whitespace.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/filter/filter.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/filter/filter.module b/modules/filter/filter.module index 5c34b2971..0b15d2efa 100644 --- a/modules/filter/filter.module +++ b/modules/filter/filter.module @@ -62,7 +62,7 @@ function filter_theme() { ), 'filter_guidelines' => array( 'arguments' => array('format' => NULL), - ), + ), ); } |