From 47341eb4bd3209f5c1f837fc5b864e2cbf3123bc Mon Sep 17 00:00:00 2001
From: Jan-Christoph Borchardt <hey@jancborchardt.net>
Date: Mon, 11 Feb 2013 12:41:14 +0100
Subject: [PATCH] spaces to tabs

---
 settings/templates/personal.php | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/settings/templates/personal.php b/settings/templates/personal.php
index 4f8f01adc8..adc7b529ea 100644
--- a/settings/templates/personal.php
+++ b/settings/templates/personal.php
@@ -11,16 +11,16 @@
 
 
 <div class="clientsbox">
-<h2><?php echo $l->t('Get the apps to sync your files');?></h2>
-<a href="<?php echo $_['clients']['desktop']; ?>" target="_blank">
-        <img src="<?php echo OCP\Util::imagePath('core', 'desktopapp.png'); ?>" />
-</a>
-<a href="<?php echo $_['clients']['android']; ?>" target="_blank">
-        <img src="<?php echo OCP\Util::imagePath('core', 'googleplay.png'); ?>" />
-</a>
-<a href="<?php echo $_['clients']['ios']; ?>" target="_blank">
-        <img src="<?php echo OCP\Util::imagePath('core', 'appstore.png'); ?>" />
-</a>
+	<h2><?php echo $l->t('Get the apps to sync your files');?></h2>
+	<a href="<?php echo $_['clients']['desktop']; ?>" target="_blank">
+		<img src="<?php echo OCP\Util::imagePath('core', 'desktopapp.png'); ?>" />
+	</a>
+	<a href="<?php echo $_['clients']['android']; ?>" target="_blank">
+		<img src="<?php echo OCP\Util::imagePath('core', 'googleplay.png'); ?>" />
+	</a>
+	<a href="<?php echo $_['clients']['ios']; ?>" target="_blank">
+		<img src="<?php echo OCP\Util::imagePath('core', 'appstore.png'); ?>" />
+	</a>
 </div>
 
 
-- 
GitLab