From 899df30c24c85ca0b2dadd4cbb251a4ec5ca1a75 Mon Sep 17 00:00:00 2001
From: Bas van Kervel <basvankervel@ziggo.nl>
Date: Tue, 12 May 2015 15:23:19 +0200
Subject: [PATCH] fixed identing

---
 update-license.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/update-license.go b/update-license.go
index 3ab81f98d..ea7ab67c5 100644
--- a/update-license.go
+++ b/update-license.go
@@ -26,13 +26,13 @@ import (
 	"io/ioutil"
 	"os"
 	"os/exec"
+	"path/filepath"
 	"regexp"
 	"runtime"
 	"sort"
 	"strings"
 	"sync"
 	"text/template"
-    "path/filepath"
 )
 
 var (
-- 
GitLab