summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2011-10-04 14:43:44 -0700
committerLuke Shumaker <lukeshu@sbcglobal.net>2011-10-04 14:43:44 -0700
commit69b62718a3526c77c666a8259c1c4919a8947a01 (patch)
tree5c735cf5ccfe02bb5445c09b8e19137a13c88965
parentdbeb76f57aab441e5e93dcb1919b0b442c889965 (diff)
Add a trailing newline to Database.class.php
-rw-r--r--src/lib/Database.class.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/Database.class.php b/src/lib/Database.class.php
index ab56d09..13d9559 100644
--- a/src/lib/Database.class.php
+++ b/src/lib/Database.class.php
@@ -396,4 +396,4 @@ class Database {
return $out_list;
}
-} \ No newline at end of file
+}