summaryrefslogtreecommitdiff
path: root/mg.c
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1998-05-17 22:37:20 +0000
committerGurusamy Sarathy <gsar@cpan.org>1998-05-17 22:37:20 +0000
commit3c78fafa1650432985234f9821e053d8f64c6224 (patch)
tree89a1d4674609fc0f94f96d80171f80318435c725 /mg.c
parenta216c6457aac819cebe41e876f67540ee6db1e22 (diff)
downloadperl-3c78fafa1650432985234f9821e053d8f64c6224.tar.gz
[win32] sundry whitespace cleanups from maintbranch
p4raw-id: //depot/win32/perl@1008
Diffstat (limited to 'mg.c')
-rw-r--r--mg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mg.c b/mg.c
index 268ec8081c..f30629bd64 100644
--- a/mg.c
+++ b/mg.c
@@ -1377,7 +1377,7 @@ magic_getdefelem(SV *sv, MAGIC *mg)
targ = HeVAL(he);
}
else {
- AV* av = (AV*)LvTARG(sv);
+ AV* av = (AV*)LvTARG(sv);
if ((I32)LvTARGOFF(sv) <= AvFILL(av))
targ = AvARRAY(av)[LvTARGOFF(sv)];
}