From e5c184116bcb8612879d14ff53f5606d203f041b Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Thu, 7 Jul 2016 12:14:53 +0200 Subject: [PATCH] firefox-0: Use spaces instead of tabs Unfortunately, converting the tab to spaces, I messed up, and left the tab in there and just prepended the spaces. --- firefox-0.bee | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/firefox-0.bee b/firefox-0.bee index 98cef90d6..94f5f6078 100755 --- a/firefox-0.bee +++ b/firefox-0.bee @@ -17,10 +17,10 @@ mee_configure() { --without-system-nspr \ --disable-dbus \ --disable-update \ - --disable-crashreporter \ - --disable-tests \ - --enable-optimize \ - --enable-safe-browsing + --disable-crashreporter \ + --disable-tests \ + --enable-optimize \ + --enable-safe-browsing } mee_build_post() {