From 04033585b04f7811d036c19d56408ff97171e0c9 Mon Sep 17 00:00:00 2001 From: Thomas Müller Date: Tue, 4 Sep 2012 12:47:35 +0300 Subject: Update settings/ajax/lostpassword.php respect coding style --- settings/ajax/lostpassword.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'settings') diff --git a/settings/ajax/lostpassword.php b/settings/ajax/lostpassword.php index 803a424854c..2a40ba09a8a 100644 --- a/settings/ajax/lostpassword.php +++ b/settings/ajax/lostpassword.php @@ -1,16 +1,16 @@ array( "message" => $l->t("Email saved") ))); }else{ OC_JSON::error(array("data" => array( "message" => $l->t("Invalid email") ))); -- cgit v1.2.3