summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2004-11-30 12:57:30 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2004-11-30 12:57:30 +0000
commit41dc7f24e0ff6dd681483ffec6cca8db96aae038 (patch)
treef078f6b87a552e28a207cc47533e2bf87effce9e /proto.h
parent7483b81ca7308e71194e93199090ae9980c08e01 (diff)
downloadperl-41dc7f24e0ff6dd681483ffec6cca8db96aae038.tar.gz
Remove trailing whitespace that found their way in the docs
(spotted by Stas Bekman) p4raw-id: //depot/perl@23567
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto.h b/proto.h
index 5897eada69..3a9374fead 100644
--- a/proto.h
+++ b/proto.h
@@ -722,7 +722,7 @@ PERL_CALLCONV int Perl_sv_isobject(pTHX_ SV* sv);
PERL_CALLCONV STRLEN Perl_sv_len(pTHX_ SV* sv);
PERL_CALLCONV STRLEN Perl_sv_len_utf8(pTHX_ SV* sv);
PERL_CALLCONV void Perl_sv_magic(pTHX_ SV* sv, SV* obj, int how, const char* name, I32 namlen);
-PERL_CALLCONV MAGIC * Perl_sv_magicext(pTHX_ SV* sv, SV* obj, int how, MGVTBL *vtbl, const char* name, I32 namlen );
+PERL_CALLCONV MAGIC * Perl_sv_magicext(pTHX_ SV* sv, SV* obj, int how, MGVTBL *vtbl, const char* name, I32 namlen);
PERL_CALLCONV SV* Perl_sv_mortalcopy(pTHX_ SV* oldsv);
PERL_CALLCONV SV* Perl_sv_newmortal(pTHX);
PERL_CALLCONV SV* Perl_sv_newref(pTHX_ SV* sv);