action.cpp: fix whitespace

Change-Id: Ib81856c3e0c9ff422f5d1646cdc2dc1e94190788
diff --git a/gui/action.cpp b/gui/action.cpp
index 9c0ad17..047dc62 100755
--- a/gui/action.cpp
+++ b/gui/action.cpp
@@ -1053,11 +1053,11 @@
 int GUIAction::ozip_decrypt(string zip_path)
 {
 	if (!TWFunc::Path_Exists("/system/bin/ozip_decrypt")) {
-            return 1;
-        }
-    gui_msg("ozip_decrypt_decryption=Starting Ozip Decryption...");
+		return 1;
+	}
+	gui_msg("ozip_decrypt_decryption=Starting Ozip Decryption...");
 	TWFunc::Exec_Cmd("ozip_decrypt " + (string)TW_OZIP_DECRYPT_KEY + " '" + zip_path + "'");
-    gui_msg("ozip_decrypt_finish=Ozip Decryption Finished!");
+	gui_msg("ozip_decrypt_finish=Ozip Decryption Finished!");
 	return 0;
 }
 
@@ -1075,7 +1075,7 @@
 		{
 			if((ozip_decrypt(zip_path)) != 0)
 			{
-		LOGERR("Unable to find ozip_decrypt!");
+				LOGERR("Unable to find ozip_decrypt!");
 				break;
 			}
 			zip_filename = (zip_filename.substr(0, zip_filename.size() - 4)).append("zip");