diff options
author | Karl Williamson <khw@cpan.org> | 2018-05-15 19:29:41 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2019-05-25 22:15:22 -0600 |
commit | 3eb2b47d438b092eee9d684b3d6a0039ac5b4256 (patch) | |
tree | e2a72880ab475d7896e88c90771524faf2dbf17b /dist | |
parent | ee1ecd3850325b1288080b72b884d2c396151154 (diff) | |
download | perl-3eb2b47d438b092eee9d684b3d6a0039ac5b4256.tar.gz |
Time::HiRes: Remove trailing blanks
Diffstat (limited to 'dist')
-rw-r--r-- | dist/Time-HiRes/HiRes.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/Time-HiRes/HiRes.pm b/dist/Time-HiRes/HiRes.pm index 92168fbf2e..d33a28b2a9 100644 --- a/dist/Time-HiRes/HiRes.pm +++ b/dist/Time-HiRes/HiRes.pm @@ -252,7 +252,7 @@ ualarm(0) will cancel an outstanding ualarm(). Note that the interaction between alarms and sleeps is unspecified. -=item tv_interval +=item tv_interval tv_interval ( $ref_to_gettimeofday [, $ref_to_later_gettimeofday] ) @@ -519,7 +519,7 @@ Returns the number of files successfully changed. # get seconds and microseconds since the epoch ($s, $usec) = gettimeofday(); - # measure elapsed time + # measure elapsed time # (could also do by subtracting 2 gettimeofday return values) $t0 = [gettimeofday]; # do bunch of stuff here |