summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2010-10-02 02:59:55 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2010-10-02 02:59:55 +0000
commit99ccb2e572e5cbf3028cb0499901b6845b16a83a (patch)
tree05e1c950ef4f3b47e71579eb177a1709c0ed8c2d
parentbc41e4054b12fb63a263068a5a5641ab6db67d8d (diff)
downloadbrdo-99ccb2e572e5cbf3028cb0499901b6845b16a83a.tar.gz
brdo-99ccb2e572e5cbf3028cb0499901b6845b16a83a.tar.bz2
#864464 follow-up: Fix minor indentation issues.
-rw-r--r--includes/update.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/includes/update.inc b/includes/update.inc
index ecb2e6921..bc56f1e89 100644
--- a/includes/update.inc
+++ b/includes/update.inc
@@ -163,9 +163,9 @@ function update_prepare_d7_bootstrap() {
db_create_table('registry_file', $schema['registry_file']);
}
- // Older versions of Drupal 6 do not include the semaphore table, which is
- // required to bootstrap, so we add it now so that we can bootstrap and provide
- // a reasonable error message.
+ // Older versions of Drupal 6 do not include the semaphore table, which is
+ // required to bootstrap, so we add it now so that we can bootstrap and
+ // provide a reasonable error message.
if (!db_table_exists('semaphore')) {
$semaphore = array(
'description' => 'Table for holding semaphores, locks, flags, etc. that cannot be stored as Drupal variables since they must not be cached.',