Browse Source

Whitespace indent fixes

remotes/origin/stable5
Bart Visscher 13 years ago
parent
commit
2d6d0a4ad4
  1. 3
      lib/db.php
  2. 3
      lib/hook.php

3
lib/db.php

@ -232,7 +232,8 @@ class OC_DB {
'log_line_break' => '<br>',
'idxname_format' => '%s',
'debug' => true,
'quote_identifier' => true );
'quote_identifier' => true
);
// Add the dsn according to the database type
switch($type) {

3
lib/hook.php

@ -34,7 +34,8 @@ class OC_Hook{
// Connect the hook handler to the requested emitter
self::$registered[$signalclass][$signalname][] = array(
"class" => $slotclass,
"name" => $slotname );
"name" => $slotname
);
// No chance for failure ;-)
return true;

Loading…
Cancel
Save