summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2006-02-05 17:54:25 +0000
committerthomascube <thomas@roundcube.net>2006-02-05 17:54:25 +0000
commit6e49852c5e984c4fb70069ca4a0872f0283b848c (patch)
tree23415272f4d767bc112e4ff7336f38cf4e94c827 /config
parent88375ff9807785a5843b47e2312d76eef66e0f62 (diff)
Removed newlines at the end of the files
Diffstat (limited to 'config')
-rw-r--r--config/db.inc.php.dist2
-rw-r--r--config/main.inc.php.dist2
2 files changed, 2 insertions, 2 deletions
diff --git a/config/db.inc.php.dist b/config/db.inc.php.dist
index c797168db..ea4cb398c 100644
--- a/config/db.inc.php.dist
+++ b/config/db.inc.php.dist
@@ -59,4 +59,4 @@ $rcmail_config['db_sequence_messages'] = 'message_ids';
// end db config file
-?>
+?> \ No newline at end of file
diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist
index 55d013865..3b6e4435e 100644
--- a/config/main.inc.php.dist
+++ b/config/main.inc.php.dist
@@ -167,4 +167,4 @@ $rcmail_config['prefer_html'] = TRUE;
$rcmail_config['prettydate'] = TRUE;
// end of config file
-?>
+?> \ No newline at end of file