Skip to content

Commit 0970002

Browse files
FROGGSKarl Williamson
authored and
Karl Williamson
committed
replace tabs with spaces
Use spaces like the rest of the pod does.
1 parent 073d685 commit 0970002

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pod/perlfunc.pod

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7205,20 +7205,20 @@ bits), but you can override this to use instead one of the standard C types,
72057205
as supported by the compiler used to build Perl:
72067206

72077207
hh interpret integer as C type "char" or "unsigned
7208-
char" on Perl 5.14 or later
7208+
char" on Perl 5.14 or later
72097209
h interpret integer as C type "short" or
72107210
"unsigned short"
7211-
j interpret integer as C type "intmax_t" on Perl
7211+
j interpret integer as C type "intmax_t" on Perl
72127212
5.14 or later, and only with a C99 compiler
72137213
(unportable)
72147214
l interpret integer as C type "long" or
72157215
"unsigned long"
72167216
q, L, or ll interpret integer as C type "long long",
72177217
"unsigned long long", or "quad" (typically
72187218
64-bit integers)
7219-
t interpret integer as C type "ptrdiff_t" on Perl
7219+
t interpret integer as C type "ptrdiff_t" on Perl
72207220
5.14 or later
7221-
z interpret integer as C type "size_t" on Perl 5.14
7221+
z interpret integer as C type "size_t" on Perl 5.14
72227222
or later
72237223

72247224
As of 5.14, none of these raises an exception if they are not supported on
@@ -7255,7 +7255,7 @@ floating-point size to use on your platform via L<Config>:
72557255

72567256
use Config;
72577257
if ($Config{uselongdouble} eq "define") {
7258-
print "long doubles by default\n";
7258+
print "long doubles by default\n";
72597259
}
72607260

72617261
It can also be that long doubles and doubles are the same thing:

0 commit comments

Comments
 (0)