From ea51c3215bc3defc45e87619f7b2232f85895fef Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 30 Jan 2010 07:59:26 +0000 Subject: - Patch #606526 by axyjo, scor: remove trailing whitespaces and add newlines at end of files. --- sites/default/default.settings.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sites') 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 = ''; -- cgit v1.2.3