From 6e49852c5e984c4fb70069ca4a0872f0283b848c Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Sun, 05 Feb 2006 12:54:25 -0500
Subject: [PATCH] Removed newlines at the end of the files

---
 config/db.inc.php.dist   |    2 +-
 config/main.inc.php.dist |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/config/db.inc.php.dist b/config/db.inc.php.dist
index c797168..ea4cb39 100644
--- a/config/db.inc.php.dist
+++ b/config/db.inc.php.dist
@@ -59,4 +59,4 @@
 
 
 // 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 55d0138..3b6e443 100644
--- a/config/main.inc.php.dist
+++ b/config/main.inc.php.dist
@@ -167,4 +167,4 @@
 $rcmail_config['prettydate'] = TRUE;
 
 // end of config file
-?>
+?>
\ No newline at end of file

--
Gitblit v1.9.1