]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Minor indentation fix.
authorPascal Obry <pascal@obry.net>
Mon, 6 Sep 2010 18:12:09 +0000 (20:12 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 7 Sep 2010 00:30:57 +0000 (17:30 -0700)
Signed-off-by: Pascal Obry <pascal@obry.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-send-email.perl

index 6dab3bf6a74bb52c7294e33dbac5bf87b51a9fdf..0063606b55e5a3757810647447b523af665eff3a 100755 (executable)
@@ -212,7 +212,7 @@ my %config_settings = (
     "smtpserverport" => \$smtp_server_port,
     "smtpuser" => \$smtp_authuser,
     "smtppass" => \$smtp_authpass,
-       "smtpdomain" => \$smtp_domain,
+    "smtpdomain" => \$smtp_domain,
     "to" => \@to,
     "cc" => \@initial_cc,
     "cccmd" => \$cc_cmd,