diff options
author | Bart Visscher <bartv@thisnet.nl> | 2012-10-12 15:37:44 +0200 |
---|---|---|
committer | Bart Visscher <bartv@thisnet.nl> | 2012-10-12 15:47:41 +0200 |
commit | 351f724193a917c7b919ef2d833a2ec2f4d3ff75 (patch) | |
tree | 36867efdaac4c4f4aae2092c8e3ff0e1832a6da7 /lib/db.php | |
parent | d589869a345bea06874bb38bd54762c972d93249 (diff) | |
download | nextcloud-server-351f724193a917c7b919ef2d833a2ec2f4d3ff75.tar.gz nextcloud-server-351f724193a917c7b919ef2d833a2ec2f4d3ff75.zip |
whitespace fixes
Diffstat (limited to 'lib/db.php')
-rw-r--r-- | lib/db.php | 2 |
1 files changed, 1 insertions, 1 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 |