From 3b64a18852441f71d3b4599d5c11d3709dfd7781 Mon Sep 17 00:00:00 2001 From: Doug Freed Date: Thu, 14 Jan 2016 21:54:12 -0700 Subject: Add vim modelines and fix inconsistent indentation --- lib/ASM/Util.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/ASM/Util.pm') 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 -- cgit v1.2.3