From 2692dbd03da1f5326d814de4facf45cba638e9fd Mon Sep 17 00:00:00 2001 From: achbed Date: Fri, 30 Jan 2015 03:37:57 -0600 Subject: [PATCH] Fix for extra indent on line 1 of station.py --- deefuzzer/station.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deefuzzer/station.py b/deefuzzer/station.py index c926f11..748abb8 100644 --- a/deefuzzer/station.py +++ b/deefuzzer/station.py @@ -1,4 +1,4 @@ - #!/usr/bin/python +#!/usr/bin/python # -*- coding: utf-8 -*- # # Copyright (C) 2006-2011 Guillaume Pellerin -- 2.39.5