From 39a82a5d458fe86f735c14959c97b1c7aa2a5a7d Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Fri, 21 Jun 2013 09:08:47 -0400
Subject: [PATCH] CS fixes

---
 program/lib/Roundcube/rcube_addressbook.php |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/program/lib/Roundcube/rcube_addressbook.php b/program/lib/Roundcube/rcube_addressbook.php
index d23ad36..4ed139c 100644
--- a/program/lib/Roundcube/rcube_addressbook.php
+++ b/program/lib/Roundcube/rcube_addressbook.php
@@ -539,10 +539,10 @@
 
         // add email to a key to not skip contacts with the same name (#1488375)
         if (!empty($contact['email'])) {
-             $key .= ':' . implode(':', (array)$contact['email']);
-         }
+            $key .= ':' . implode(':', (array)$contact['email']);
+        }
 
-         return $key;
+        return $key;
     }
 
     /**

--
Gitblit v1.9.1