mirror of
https://github.com/nextcloud/server.git
synced 2026-04-22 14:50:17 -04:00
whitespace fixes
This commit is contained in:
parent
d589869a34
commit
351f724193
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
* Class for utility functions
|
||||
*
|
||||
*/
|
||||
|
||||
class OC_Util {
|
||||
public static $scripts=array();
|
||||
public static $styles=array();
|
||||
|
|
|
|||
Loading…
Reference in a new issue