]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 938596: remove tabs
authorByron Jones <bjones@mozilla.com>
Mon, 2 Dec 2013 18:44:03 +0000 (10:44 -0800)
committerByron Jones <bjones@mozilla.com>
Mon, 2 Dec 2013 18:44:03 +0000 (10:44 -0800)
extensions/Example/Extension.pm

index 7e77b03f722df55d3286194e540a2910290dec62..e3e9b55f65761d09bfd81eab7457f9ef5a034c26 100644 (file)
@@ -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 {