From bf22713a7251a2b32700a67456a086a283dbe33a Mon Sep 17 00:00:00 2001
From: Giulio Cesare Solaroli <giulio.cesare@clipperz.com>
Date: Tue, 04 Oct 2011 23:23:06 +0000
Subject: Fixed code indentation

---
(limited to 'backend/php/src/index.php')

diff --git a/backend/php/src/index.php b/backend/php/src/index.php
index 35752f4..58c10a9 100644
--- a/backend/php/src/index.php
+++ b/backend/php/src/index.php
@@ -723,9 +723,9 @@ error_log("message");
 				//=============================================================
 			} else if (isset($_SESSION['K'])) {
 				$result["error"] = "Wrong shared secret!";
-                        } else {
-                            $result["result"] = "EXCEPTION";
-                            $result["message"] = "Trying to communicate without an active connection";
+			} else {
+				$result["result"] = "EXCEPTION";
+				$result["message"] = "Trying to communicate without an active connection";
 			}
 			break;
 
--
cgit v0.9.0.2