Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed whitespace.
  • Loading branch information
icculus committed Sep 21, 2017
1 parent 696a4e8 commit 8f898d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gopherspace/default
Expand Up @@ -51,7 +51,7 @@ my $seen = 0;
my $gopherspace = $ENV{'GOPHERSPACE'};
if (opendir(my $dh, $gopherspace)) {
while (readdir($dh)) {
my $f = "$gopherspace/$_";
my $f = "$gopherspace/$_";
next if not -f $f;
next if not -x $f;
next if $_ eq 'default';
Expand Down

0 comments on commit 8f898d5

Please sign in to comment.