From f602bb8e3c7b407c9d4609afdab6c283b0acae18 Mon Sep 17 00:00:00 2001 From: rofl0r Date: Sat, 19 Oct 2013 14:49:25 +0000 Subject: [PATCH] cap_sasl_xchat.pl: fix indention --- scripts/cap_sasl_xchat.pl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/cap_sasl_xchat.pl b/scripts/cap_sasl_xchat.pl index fccc505..12618d1 100644 --- a/scripts/cap_sasl_xchat.pl +++ b/scripts/cap_sasl_xchat.pl @@ -328,11 +328,11 @@ sub cmd_sasl_save { if( open my $fh, ">", $file ) { - foreach my $net (keys %sasl_auth) { - printf $fh ("%s\t%s\t%s\t%s\n", lc $net, $sasl_auth{$net}{user}, $sasl_auth{$net}{password}, $sasl_auth{$net}{mech}); - } + foreach my $net (keys %sasl_auth) { + printf $fh ("%s\t%s\t%s\t%s\n", lc $net, $sasl_auth{$net}{user}, $sasl_auth{$net}{password}, $sasl_auth{$net}{mech}); + } - prnt( "SASL: auth saved to $file" ); + prnt( "SASL: auth saved to $file" ); } else { prnt qq{Couldn't open '$file' to save auth data: $!}; } -- 2.11.4.GIT