whitespace fixes

This commit is contained in:
Bart Visscher 2012-10-12 15:37:44 +02:00
parent d589869a34
commit 351f724193
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -1,9 +1,9 @@
<?php
/**
* Class for utility functions
*
*/
class OC_Util {
public static $scripts=array();
public static $styles=array();