From a227992b59771fcfe05fe6142dfdc80ae8355407 Mon Sep 17 00:00:00 2001
From: Pr0methean <4961925+Pr0methean@users.noreply.github.com>
Date: Wed, 13 Jun 2018 03:21:40 -0700
Subject: [PATCH] Fix one remaining indentation glitch

---
 .travis.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index d14dfb79..5563b41f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -207,9 +207,9 @@ matrix:
 
     # OSX build
     - os: osx
-     compiler: clang
-     env:
-       - ENV_CXX_FLAGS="-Wno-c99-extensions"
+      compiler: clang
+      env:
+        - ENV_CXX_FLAGS="-Wno-c99-extensions"
 
 before_install:
     #install maven 3.5.0
-- 
GitLab