diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc
index 70dbdc1e0437b4c47fcb333c8f8e9d606fb5c34c..be0a471eb4a88d1b1da38c774b2ca341815303ea 100644
--- a/includes/bootstrap.inc
+++ b/includes/bootstrap.inc
@@ -19,12 +19,12 @@
 /**
  * Minimum supported version of PHP.
  */
-define('DRUPAL_MINIMUM_PHP',    '5.2.4');
+define('DRUPAL_MINIMUM_PHP', '5.2.4');
 
 /**
  * Minimum recommended value of PHP memory_limit.
  */
-define('DRUPAL_MINIMUM_PHP_MEMORY_LIMIT',    '32M');
+define('DRUPAL_MINIMUM_PHP_MEMORY_LIMIT', '32M');
 
 /**
  * Indicates that the item should never be removed unless explicitly selected.