From ae0f37e9e20a540ed93b99814f4eb066bd26aa88 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Bj=C3=B6rn=20Schie=C3=9Fle?= <schiessle@owncloud.com>
Date: Wed, 29 May 2013 15:37:27 +0200
Subject: [PATCH] fix indention

---
 lib/public/share.php | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/lib/public/share.php b/lib/public/share.php
index 8508eb96e5..f7ab92ef01 100644
--- a/lib/public/share.php
+++ b/lib/public/share.php
@@ -187,11 +187,11 @@ class Share {
 			//check for public link shares
 			if (!$publicShare) {
 				$query = \OC_DB::prepare(
-						'SELECT share_with
-				FROM
-				`*PREFIX*share`
-				WHERE
-				item_source = ? AND share_type = ?'
+					'SELECT share_with
+					FROM
+					`*PREFIX*share`
+					WHERE
+					item_source = ? AND share_type = ?'
 				);
 
 				$result = $query->execute(array($source, self::SHARE_TYPE_LINK));
-- 
GitLab