[Xfce4-commits] [xfce/xfce4-settings] 01/01: Tabs to spaces for previous patch

noreply at xfce.org noreply at xfce.org
Mon Feb 16 05:31:13 CET 2015


This is an automated email from the git hooks/post-receive script.

bluesabre pushed a commit to branch master
in repository xfce/xfce4-settings.

commit 3ce9f3dece4156d35471ca67f522294f7386fc7b
Author: Sean Davis <smd.seandavis at gmail.com>
Date:   Sun Feb 15 23:31:07 2015 -0500

    Tabs to spaces for previous patch
---
 dialogs/appearance-settings/appearance-install-theme |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/dialogs/appearance-settings/appearance-install-theme b/dialogs/appearance-settings/appearance-install-theme
index 6391595..7e4b05a 100755
--- a/dialogs/appearance-settings/appearance-install-theme
+++ b/dialogs/appearance-settings/appearance-install-theme
@@ -89,11 +89,11 @@ fi
 
 # check file size, abort if bigger then 50Mb, only works for files
 if test x"`which stat 2>/dev/null`" != x""; then
-		if [ "`uname -s`" = "DragonFly" ] || [ "`uname -s`" = "FreeBSD" ] || [ "`uname -s`" = "NetBSD" ] || [ "`uname -s`" = "OpenBSD" ]; then
-				dndsize=`stat -f %z "$dndfilename"`
-		else
-				dndsize=`stat -c %s "$dndfilename"`
-		fi
+    if [ "`uname -s`" = "DragonFly" ] || [ "`uname -s`" = "FreeBSD" ] || [ "`uname -s`" = "NetBSD" ] || [ "`uname -s`" = "OpenBSD" ]; then
+        dndsize=`stat -f %z "$dndfilename"`
+    else
+        dndsize=`stat -c %s "$dndfilename"`
+    fi
     if test "$dndsize" -gt 52428800; then
         # 2: File too big
         exit 2

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list