summaryrefslogtreecommitdiff
path: root/av.h
diff options
context:
space:
mode:
Diffstat (limited to 'av.h')
-rw-r--r--av.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/av.h b/av.h
index fd34cb0dbc..8de81f42e4 100644
--- a/av.h
+++ b/av.h
@@ -47,6 +47,5 @@ struct xpvav {
#define AvREALISH(av) (AvFLAGS(av) & (AVf_REAL|AVf_REIFY))
#define AvFILL(av) ((SvRMAGICAL((SV *) (av))) \
- ? mg_size((SV *) av) \
- : AvFILLp(av))
+ ? mg_size((SV *) av) : AvFILLp(av))