summaryrefslogtreecommitdiff
path: root/sites
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-01-30 07:59:26 +0000
committerDries Buytaert <dries@buytaert.net>2010-01-30 07:59:26 +0000
commitea51c3215bc3defc45e87619f7b2232f85895fef (patch)
treedcef9202a1fec6385914c4ee48b13e80c25f3ce2 /sites
parent1e8da1f9ae32ccd1c6d19e24215e1cb293e97bbf (diff)
downloadbrdo-ea51c3215bc3defc45e87619f7b2232f85895fef.tar.gz
brdo-ea51c3215bc3defc45e87619f7b2232f85895fef.tar.bz2
- Patch #606526 by axyjo, scor: remove trailing whitespaces and add newlines at end of files.
Diffstat (limited to 'sites')
-rw-r--r--sites/default/default.settings.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/sites/default/default.settings.php b/sites/default/default.settings.php
index 15c41a725..6c74139ec 100644
--- a/sites/default/default.settings.php
+++ b/sites/default/default.settings.php
@@ -67,8 +67,8 @@
* connection should use. This is usually the same as the name of the
* database type, such as mysql or sqlite, but not always. The other
* properties will vary depending on the driver. For SQLite, you must
- * specify a database file name in a directory that is writable by the
- * webserver. For most other drivers, you must specify a
+ * specify a database file name in a directory that is writable by the
+ * webserver. For most other drivers, you must specify a
* username, password, host, and database name.
*
* Some database engines support transactions. In order to enable
@@ -182,7 +182,7 @@ $update_free_access = FALSE;
*
* Example:
* $drupal_hash_salt = file_get_contents('/home/example/salt.txt');
- *
+ *
*/
$drupal_hash_salt = '';