diff options
author | Neil Drumm <drumm@3064.no-reply.drupal.org> | 2007-01-02 05:05:38 +0000 |
---|---|---|
committer | Neil Drumm <drumm@3064.no-reply.drupal.org> | 2007-01-02 05:05:38 +0000 |
commit | dfd86399c07794db856ad3ad4007792057d6c689 (patch) | |
tree | 0516fc3876b5ab983fd776fdc81f6e7ea2a25e98 /includes/common.inc | |
parent | 7172ab6b8f274a170a19dd857e2f394bc23a70a3 (diff) | |
download | brdo-dfd86399c07794db856ad3ad4007792057d6c689.tar.gz brdo-dfd86399c07794db856ad3ad4007792057d6c689.tar.bz2 |
#106232 by chx. Add spaces for code style.
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 4a29f12e5..7e6751725 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -731,7 +731,7 @@ function t($string, $args = 0) { } else { // Transform arguments before inserting them - foreach($args as $key => $value) { + foreach ($args as $key => $value) { switch ($key[0]) { // Escaped only case '@': |