From 39c4bd44170b6b6ebfd6487e8aa43529e9942d17 Mon Sep 17 00:00:00 2001
From: Nigel Kukard <nkukard@lbsd.net>
Date: Tue, 26 Nov 2013 21:25:05 +0000
Subject: [PATCH] Fixed whitespaces

---
 opentrafficshaper/utils.pm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/opentrafficshaper/utils.pm b/opentrafficshaper/utils.pm
index e9c8fb8..efdbc0c 100644
--- a/opentrafficshaper/utils.pm
+++ b/opentrafficshaper/utils.pm
@@ -52,6 +52,7 @@ sub prettyUndef
 	}
 }
 
+
 # Return hex representation of a decimal
 sub toHex
 {
@@ -59,6 +60,7 @@ sub toHex
 	return sprintf('%x',$decimal);
 }
 
+
 # Parse form post data from HTTP content
 sub parseFormContent
 {
@@ -95,7 +97,6 @@ sub parseURIQuery
 
 
 
-
 # Check if variable is normal
 sub isVariable
 {
-- 
GitLab