summaryrefslogtreecommitdiff
path: root/modules/system
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-07-21 07:27:00 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-07-21 07:27:00 +0000
commitef5360ab3c1a1a0a2d5246ca57a6866a4efc2175 (patch)
treec37eb5431050dd7433ca2cea671ff8a8041dfe1a /modules/system
parent2da6a0ed1e32189010ff2cb9b39ecaad18250e2d (diff)
downloadbrdo-ef5360ab3c1a1a0a2d5246ca57a6866a4efc2175.tar.gz
brdo-ef5360ab3c1a1a0a2d5246ca57a6866a4efc2175.tar.bz2
#525754 by chx: Clean up some trailing whitespace.
Diffstat (limited to 'modules/system')
-rw-r--r--modules/system/system.install4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/system/system.install b/modules/system/system.install
index 748e7a302..38640dd7e 100644
--- a/modules/system/system.install
+++ b/modules/system/system.install
@@ -382,8 +382,8 @@ function system_install() {
->values(array('name' => 'authenticated user'))
->execute();
- // Sanity check to ensure the anonymous and authenticated role IDs are the
- // same as the drupal defined constants. In certain situations, this will
+ // Sanity check to ensure the anonymous and authenticated role IDs are the
+ // same as the drupal defined constants. In certain situations, this will
// not be true.
if ($rid_anonymous != DRUPAL_ANONYMOUS_RID) {
db_update('role')