From b5dc8b9ca364adc301bf8be62061a160d94c22ca Mon Sep 17 00:00:00 2001
From: Arthur Schiwon <blizzz@owncloud.com>
Date: Tue, 5 Mar 2013 21:25:59 +0100
Subject: [PATCH] whitespace

---
 apps/user_ldap/group_proxy.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apps/user_ldap/group_proxy.php b/apps/user_ldap/group_proxy.php
index 8f2e34e9b7..68d2efe387 100644
--- a/apps/user_ldap/group_proxy.php
+++ b/apps/user_ldap/group_proxy.php
@@ -143,7 +143,7 @@ class Group_Proxy extends lib\Proxy implements \OCP\GroupInterface {
 		$displayNames = array();
 
 		foreach($this->backends as $backend) {
-		    $backendUsers = $backend->displayNamesInGroup($gid, $search, $limit, $offset);
+			$backendUsers = $backend->displayNamesInGroup($gid, $search, $limit, $offset);
 			if (is_array($backendUsers)) {
 				$displayNames = array_merge($displayNames, $backendUsers);
 			}
-- 
GitLab