Skip to content

Commit

Permalink
more cosmetic changes (tabs vs spaces)
Browse files Browse the repository at this point in the history
  • Loading branch information
semarie committed Nov 26, 2021
1 parent 5a16728 commit fa4a105
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions sysclean.pl
Original file line number Diff line number Diff line change
Expand Up @@ -104,18 +104,18 @@ sub init_ignored
'/usr/share/relink/kernel' => 1,
'/usr/src' => 1,
'/usr/xenocara' => 1,
'/usr/xobj' => 1,
'/usr/xobj' => 1,
'/var/backups' => 1,
'/var/cache' => 1,
'/var/cron' => 1,
'/var/db' => 1,
'/var/log' => 1,
'/var/mail' => 1,
'/var/mail' => 1,
'/var/run' => 1,
'/var/spool/smtpd' => 1,
'/var/sysmerge' => 1,
'/var/syspatch' => 1,
'/var/www/htdocs' => 1,
'/var/www/htdocs' => 1,
'/var/www/logs' => 1,
'/var/www/run' => 1,
'/var/www/tmp' => 1,
Expand Down Expand Up @@ -472,15 +472,15 @@ sub walk_sysclean
package OpenBSD::PackingElement::Cwd;
sub walk_sysclean
{
use File::Basename;
use File::Basename;

my ($item, $pkgname, $sc) = @_;
my $path = $item->name;
my ($item, $pkgname, $sc) = @_;
my $path = $item->name;

do {
$sc->{expected}{$path} = 1;
$path = dirname($path);
} while ($path ne "/");
do {
$sc->{expected}{$path} = 1;
$path = dirname($path);
} while ($path ne "/");
}

package OpenBSD::PackingElement::FileObject;
Expand Down

0 comments on commit fa4a105

Please sign in to comment.