From 351f724193a917c7b919ef2d833a2ec2f4d3ff75 Mon Sep 17 00:00:00 2001 From: Bart Visscher Date: Fri, 12 Oct 2012 15:37:44 +0200 Subject: [PATCH] whitespace fixes --- lib/db.php | 2 +- lib/util.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/db.php b/lib/db.php index f1597fb49fe..6c9eec5637d 100644 --- a/lib/db.php +++ b/lib/db.php @@ -391,7 +391,7 @@ class OC_DB { * * TODO: write more documentation */ - public static function getDbStructure( $file ,$mode=MDB2_SCHEMA_DUMP_STRUCTURE) { + public static function getDbStructure( $file, $mode=MDB2_SCHEMA_DUMP_STRUCTURE) { self::connectScheme(); // write the scheme diff --git a/lib/util.php b/lib/util.php index 4d327e023b6..d01a1aa405c 100755 --- a/lib/util.php +++ b/lib/util.php @@ -1,9 +1,9 @@