diff options
| author | 2016-01-14 21:54:12 -0700 | |
|---|---|---|
| committer | 2016-01-14 21:54:12 -0700 | |
| commit | 3b64a18852441f71d3b4599d5c11d3709dfd7781 (patch) | |
| tree | 261dc7551051be973a532cb296c65dd3bd30a296 /lib/ASM/Util.pm | |
| parent | 2aa15f5a89ffeee2a1ee6d443afb8129ba644255 (diff) | |
Add vim modelines and fix inconsistent indentation
Diffstat (limited to 'lib/ASM/Util.pm')
| -rw-r--r-- | lib/ASM/Util.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/ASM/Util.pm b/lib/ASM/Util.pm index e5ec1d1..dc10d64 100644 --- a/lib/ASM/Util.pm +++ b/lib/ASM/Util.pm @@ -244,7 +244,7 @@ sub stripResp } my @answer = $response->answer; if ($response->{header}->{rcode} ne "NOERROR") { - dprint($module, Dumper($response), 'dns'); + dprint($module, Dumper($response), 'dns'); return; } if ((!(@answer)) || ($answer[0]->{type} ne 'A')) { @@ -335,3 +335,4 @@ sub accountToNicks { } return 1; +# vim: ts=2:sts=2:sw=2:expandtab |
