From 261efbd9eab2bebe87a63a61611c6f68bcb3c702 Mon Sep 17 00:00:00 2001
From: Daniel Agar <daniel@agar.ca>
Date: Tue, 18 Jul 2017 21:06:49 -0400
Subject: [PATCH] travis-ci fix indentation

---
 .travis.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index b378d6b21a..15dbca2766 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -187,9 +187,9 @@ after_success:
   - if [ "${TRAVIS_TAG}" ]; then
         GOOGLE_PLAY_PKG=org.mavlink.qgroundcontrol;
     elif [ "${TRAVIS_BRANCH}" = "master" ]; then
-	GOOGLE_PLAY_PKG=org.mavlink.qgroundcontrolbeta;
+        GOOGLE_PLAY_PKG=org.mavlink.qgroundcontrolbeta;
     else
-	GOOGLE_PLAY_PKG=none;
+        GOOGLE_PLAY_PKG=none;
     fi
   - if [[ "${SPEC}" = "android-g++" && "${TRAVIS_PULL_REQUEST}" = "false" && "${GOOGLE_PLAY_PKG}" != "none" ]]; then
         pip install --user google-api-python-client PyOpenSSL &&
-- 
GitLab