Completed
Branch master (f6660f)
by Stefan
02:22
created
FileHandler.class.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -62,9 +62,9 @@
 block discarded – undo
62 62
     public function getControls()
63 63
     {
64 64
         return FileHandler::CURSOR | FileHandler::ZOOM |
65
-               FileHandler::HOME | FileHandler::END |
66
-               FileHandler::PRIOR | FileHandler::NEXT |
67
-               FileHandler::DOWNLOAD;
65
+                FileHandler::HOME | FileHandler::END |
66
+                FileHandler::PRIOR | FileHandler::NEXT |
67
+                FileHandler::DOWNLOAD;
68 68
     }
69 69
     public function show($path)
70 70
     {
Please login to merge, or discard this patch.