From 37722eca39874bb6abdcd120e3e458bd62dea62b Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Wed, 5 Jul 2017 11:43:18 -0700 Subject: Bug 1377933 - Remove trailing whitespace from all perl files --- Bugzilla/RNG.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Bugzilla/RNG.pm') diff --git a/Bugzilla/RNG.pm b/Bugzilla/RNG.pm index 902c803fd..cc2dfc58c 100644 --- a/Bugzilla/RNG.pm +++ b/Bugzilla/RNG.pm @@ -46,7 +46,7 @@ use constant CRYPT_SILENT => 64; # Don't require existing public/private keypairs. use constant CRYPT_VERIFYCONTEXT => 0xF0000000; -# For some reason, BOOLEAN doesn't work properly as a return type with +# For some reason, BOOLEAN doesn't work properly as a return type with # Win32::API. use constant RTLGENRANDOM_PROTO => <read($buffer, SEED_SIZE); if (length($buffer) < SEED_SIZE) { - die "Could not read enough seed bytes from $from, got only " + die "Could not read enough seed bytes from $from, got only " . length($buffer); } $fh->close; -- cgit v1.2.3-24-g4f1b