From 3392da1df3c363d6d1a80fa3f0e49fbd45c9dcf7 Mon Sep 17 00:00:00 2001
From: Ben Boeckel <ben.boeckel@kitware.com>
Date: Mon, 28 Mar 2016 12:10:42 -0400
Subject: [PATCH] SystemTools: add buffer around preproc conditions

Matches the opening of this #ifdef.

Change-Id: I044645285faaed0ac96b5f40af027ec07b73d825
---
 SystemTools.cxx | 1 +
 1 file changed, 1 insertion(+)

diff --git a/SystemTools.cxx b/SystemTools.cxx
index 24f70d1..c6e668d 100644
--- a/SystemTools.cxx
+++ b/SystemTools.cxx
@@ -2855,6 +2855,7 @@ static bool DeleteJunction(const std::wstring& source)
   return false;
 #endif
 }
+
 #endif
 
 bool SystemTools::RemoveFile(const std::string& source)
-- 
GitLab