From: Byron Jones Date: Mon, 2 Dec 2013 18:44:03 +0000 (-0800) Subject: Bug 938596: remove tabs X-Git-Tag: bugzilla-4.5.2~77 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d297074e0917c0cd7700e2e23984502aa8f5549;p=thirdparty%2Fbugzilla.git Bug 938596: remove tabs --- diff --git a/extensions/Example/Extension.pm b/extensions/Example/Extension.pm index 7e77b03f72..e3e9b55f65 100644 --- a/extensions/Example/Extension.pm +++ b/extensions/Example/Extension.pm @@ -338,9 +338,9 @@ sub bugmail_relationships { sub cgi_headers { my ($self, $args) = @_; - my $headers = $args->{'headers'}; - - $headers->{'-x_test_header'} = "Test header from Example extension"; + my $headers = $args->{'headers'}; + + $headers->{'-x_test_header'} = "Test header from Example extension"; } sub config_add_panels {