summaryrefslogtreecommitdiff
path: root/mg.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2020-09-05 15:30:25 -0600
committerKarl Williamson <khw@cpan.org>2020-09-05 15:36:20 -0600
commit6a84ef7c0ab2c1ad12cd72dfab63b40e367bae41 (patch)
treed68c9a8b2dbce83f22fe8d93bb65696eb0ed0200 /mg.h
parentea81552be86b620eb7aad870fb2b750cc38ea61d (diff)
downloadperl-6a84ef7c0ab2c1ad12cd72dfab63b40e367bae41.tar.gz
mg.h: White-space only
Diffstat (limited to 'mg.h')
-rw-r--r--mg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mg.h b/mg.h
index 034fd7eaf0..5e3bcc0a66 100644
--- a/mg.h
+++ b/mg.h
@@ -12,7 +12,7 @@ struct mgvtbl {
int (*svt_get) (pTHX_ SV *sv, MAGIC* mg);
int (*svt_set) (pTHX_ SV *sv, MAGIC* mg);
U32 (*svt_len) (pTHX_ SV *sv, MAGIC* mg);
- int (*svt_clear)(pTHX_ SV *sv, MAGIC* mg);
+ int (*svt_clear) (pTHX_ SV *sv, MAGIC* mg);
int (*svt_free) (pTHX_ SV *sv, MAGIC* mg);
int (*svt_copy) (pTHX_ SV *sv, MAGIC* mg,
SV *nsv, const char *name, I32 namlen);