diff options
author | Dries Buytaert <dries@buytaert.net> | 2006-09-07 08:05:31 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2006-09-07 08:05:31 +0000 |
commit | 4ea672bfd19319efed1fd398724cc33387337a55 (patch) | |
tree | 1ddfb6d6bd5259abeb2fdf40fb9b115d800bb28c /includes/common.inc | |
parent | 7c447cc8a587507d9ddc60be96f6f354f89cc876 (diff) | |
download | brdo-4ea672bfd19319efed1fd398724cc33387337a55.tar.gz brdo-4ea672bfd19319efed1fd398724cc33387337a55.tar.bz2 |
- Removing stray whitspaces.
Diffstat (limited to 'includes/common.inc')
-rw-r--r-- | includes/common.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/common.inc b/includes/common.inc index 234c8d94e..ffe4b0574 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -1372,7 +1372,7 @@ function drupal_add_js($data = NULL, $type = 'module', $scope = 'header', $defer /** * Helper function for drupal_add_js(). - */ + */ function _drupal_add_js($data, $type, $scope, $defer, $cache) { static $javascript = array(); |