From 6d7ced4a2311eeff037c5575cca1868a6d3f586f Mon Sep 17 00:00:00 2001
From: Dale Hamel <dale.hamel@srvthe.net>
Date: Tue, 8 Oct 2013 13:53:22 -0500
Subject: [PATCH] Whitespace fixes to patch

---
 lib/gitlab/popen.rb | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/lib/gitlab/popen.rb b/lib/gitlab/popen.rb
index 369d6cc1f5..5283cf0b82 100644
--- a/lib/gitlab/popen.rb
+++ b/lib/gitlab/popen.rb
@@ -1,4 +1,3 @@
-
 require 'fileutils'
 
 module Gitlab
@@ -8,7 +7,7 @@ module Gitlab
       options = { chdir: path }
 
       unless File.directory?(path)
-       FileUtils.mkdir_p(path)
+        FileUtils.mkdir_p(path)
       end
 
       @cmd_output = ""
-- 
2.30.9