From 5ef5144ca410b43376627160db7654bb5f00e410 Mon Sep 17 00:00:00 2001 From: Reini Urban Date: Sun, 2 Sep 2012 13:02:58 -0500 Subject: [PATCH] [codingstd] remove hard tabs in latest code --- lib/Parrot/IO/File.pm | 2 +- t/dynpmc/os.t | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Parrot/IO/File.pm b/lib/Parrot/IO/File.pm index 388929ce14..f0bba6b6c0 100644 --- a/lib/Parrot/IO/File.pm +++ b/lib/Parrot/IO/File.pm @@ -33,7 +33,7 @@ use Parrot::IO::Directory; BEGIN { if ($^O eq 'MSWin32') { eval { require Win32::UTCFileTime; } - and Win32::UTCFileTime::import(':globally'); + and Win32::UTCFileTime::import(':globally'); } } diff --git a/t/dynpmc/os.t b/t/dynpmc/os.t index 019b3d40f9..4b9c932782 100644 --- a/t/dynpmc/os.t +++ b/t/dynpmc/os.t @@ -327,7 +327,7 @@ my $count = $MSWin32 ? 11 : 13; BEGIN { if ($^O eq 'MSWin32') { eval { require Win32::UTCFileTime; } - and Win32::UTCFileTime::import(':globally'); + and Win32::UTCFileTime::import(':globally'); } } my @s = stat('xpto');