Passed
Push — master ( 2c82a3...aeeda0 )
by
unknown
01:43 queued 13s
created
control.php 1 patch
Indentation   +12 added lines, -12 removed lines patch added patch discarded remove patch
@@ -331,18 +331,18 @@  discard block
 block discarded – undo
331 331
   
332 332
     require_once('FileHandler.class.php');
333 333
     list ($handler, $targetFile) =
334
-      palma\FileHandler::getFileHandler($inFile);
334
+        palma\FileHandler::getFileHandler($inFile);
335 335
     trace("file is now $targetFile, its handler is $handler");
336 336
 
337 337
     $window = array(
338
-      "id" => "",
339
-      "win_id" => "",
340
-      "name" => "",
341
-      "state" => "",
342
-      "file" => $targetFile,
343
-      "handler" => $handler,
344
-      "userid" => "",
345
-      "date" => $w['date']);
338
+        "id" => "",
339
+        "win_id" => "",
340
+        "name" => "",
341
+        "state" => "",
342
+        "file" => $targetFile,
343
+        "handler" => $handler,
344
+        "userid" => "",
345
+        "date" => $w['date']);
346 346
   
347 347
     createNewWindow($db, $window);
348 348
 }
@@ -401,7 +401,7 @@  discard block
 block discarded – undo
401 401
 
402 402
             // trying mousemove and click for better vnc control
403 403
             displayCommand("xdotool mousemove --window $windowhex 100 100 " .
404
-                       "key $key");
404
+                        "key $key");
405 405
         }
406 406
 
407 407
         if ($windowname && array_key_exists('keydown', $_REQUEST)) {
@@ -416,7 +416,7 @@  discard block
 block discarded – undo
416 416
 
417 417
             // trying mousemove and click for better vnc control
418 418
             displayCommand("xdotool mousemove --window $windowhex 100 100 " .
419
-                       "key $key");
419
+                        "key $key");
420 420
             //~ displayCommand("xdotool windowfocus $windowhex keydown $key");
421 421
         }
422 422
 
@@ -566,7 +566,7 @@  discard block
 block discarded – undo
566 566
                 "section" => "",
567 567
                 "state" => "",
568 568
                 "file" => $openURL,
569
-		"handler" => "palma-browser",
569
+        "handler" => "palma-browser",
570 570
                 "userid" => "",
571 571
                 "date" => $date
572 572
             );
Please login to merge, or discard this patch.