[gnome-commander/gcmd-1-4] Changed space characters into tabs



commit 6baacc8bacbccca40132f0420b4fa699944dc33a
Author: Uwe Scholz <uwescholz src gnome org>
Date:   Sat May 24 12:11:07 2014 +0200

    Changed space characters into tabs

 data/gnome-commander.ebuild.in |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/data/gnome-commander.ebuild.in b/data/gnome-commander.ebuild.in
index 8db746a..78c71f9 100644
--- a/data/gnome-commander.ebuild.in
+++ b/data/gnome-commander.ebuild.in
@@ -50,7 +50,7 @@ src_configure() {
 }
 
 pkg_postinst() {
-        gnome2_pkg_postinst
-        has_version dev-util/meld || elog "You need dev-util/meld to synchronize files and directories."
-        has_version gnome-extra/yelp || elog "You need gnome-extra/yelp to view the docs."
+       gnome2_pkg_postinst
+       has_version dev-util/meld || elog "You need dev-util/meld to synchronize files and directories."
+       has_version gnome-extra/yelp || elog "You need gnome-extra/yelp to view the docs."
 }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]