Skip to content

Commit

Permalink
[codingstd] remove hard tabs in latest code
Browse files Browse the repository at this point in the history
  • Loading branch information
Reini Urban committed Sep 2, 2012
1 parent e971bd4 commit 5ef5144
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/Parrot/IO/File.pm
Expand Up @@ -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');
}
}

Expand Down
2 changes: 1 addition & 1 deletion t/dynpmc/os.t
Expand Up @@ -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');
Expand Down

0 comments on commit 5ef5144

Please sign in to comment.