From 5d1cbf33978c21f206b9757d1c8235130fdbce19 Mon Sep 17 00:00:00 2001
From: Chris Clonch <chris@theclonchs.com>
Date: Mon, 24 Oct 2016 15:31:15 -0400
Subject: Remove leading spaces

This corrects puppet-linting error.
---
 types/compat/bool.pp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'types/compat')

diff --git a/types/compat/bool.pp b/types/compat/bool.pp
index dda5f4b..5d8e27e 100644
--- a/types/compat/bool.pp
+++ b/types/compat/bool.pp
@@ -1,2 +1,2 @@
- # Emulate the is_bool and validate_bool functions
- type Stdlib::Compat::Bool = Boolean
+# Emulate the is_bool and validate_bool functions
+type Stdlib::Compat::Bool = Boolean
-- 
cgit v1.2.3