From 284291060965b60ea692e09137dba7be95b4be8c Mon Sep 17 00:00:00 2001
From: Martin Afanasjew <martin@afanasjew.de>
Date: Wed, 6 Jul 2016 16:22:15 +0200
Subject: [PATCH] extend/os/mac/diagnostic: fix indentation

---
 Library/Homebrew/extend/os/mac/diagnostic.rb | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/Library/Homebrew/extend/os/mac/diagnostic.rb b/Library/Homebrew/extend/os/mac/diagnostic.rb
index 25b451e9f0..a440df7eec 100644
--- a/Library/Homebrew/extend/os/mac/diagnostic.rb
+++ b/Library/Homebrew/extend/os/mac/diagnostic.rb
@@ -318,11 +318,11 @@ module Homebrew
         return unless MacOS::XQuartz.version.include? "beta"
 
         <<-EOS.undent
-        The following beta release of XQuartz is installed: #{MacOS::XQuartz.version}
+          The following beta release of XQuartz is installed: #{MacOS::XQuartz.version}
 
-        XQuartz beta releases include address sanitization, and do not work with
-        all software; notably, wine will not work with beta releases of XQuartz.
-        We recommend only installing stable releases of XQuartz.
+          XQuartz beta releases include address sanitization, and do not work with
+          all software; notably, wine will not work with beta releases of XQuartz.
+          We recommend only installing stable releases of XQuartz.
         EOS
       end
     end
-- 
GitLab