diff options
author | Bart Visscher <bartv@thisnet.nl> | 2013-02-09 22:44:11 +0100 |
---|---|---|
committer | Bart Visscher <bartv@thisnet.nl> | 2013-02-14 08:36:26 +0100 |
commit | 2d6d0a4ad438590504c13f04a6b2916a59a99c30 (patch) | |
tree | 219557660d50e4742fef8bcfc829b495e7e2b9c0 /lib/hook.php | |
parent | 26791238463fda41f8b5abdedb7164df63d1b766 (diff) | |
download | nextcloud-server-2d6d0a4ad438590504c13f04a6b2916a59a99c30.tar.gz nextcloud-server-2d6d0a4ad438590504c13f04a6b2916a59a99c30.zip |
Whitespace indent fixes
Diffstat (limited to 'lib/hook.php')
-rw-r--r-- | lib/hook.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/hook.php b/lib/hook.php index e30aefb5e18..1f450e7dcac 100644 --- a/lib/hook.php +++ b/lib/hook.php @@ -33,8 +33,9 @@ class OC_Hook{ // Connect the hook handler to the requested emitter self::$registered[$signalclass][$signalname][] = array( - "class" => $slotclass, - "name" => $slotname ); + "class" => $slotclass, + "name" => $slotname + ); // No chance for failure ;-) return true; |