Skip to content

Commit

Permalink
deleting trailing whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
mbruns committed Mar 15, 2017
1 parent f2c1b7e commit 0362d8c
Show file tree
Hide file tree
Showing 6 changed files with 370 additions and 370 deletions.
2 changes: 1 addition & 1 deletion bin/cut-netspoc
Expand Up @@ -332,7 +332,7 @@ sub process_rules {
# debug "Used $obj->{name}";
$obj->{router}->{is_used} = 1;
$obj->{network}->{is_used} = 1;
}
}
}
&path_walk($rule, \&mark_topology);
for my $prt (@$prt_list) {
Expand Down
4 changes: 2 additions & 2 deletions bin/export-netspoc
Expand Up @@ -405,7 +405,7 @@ my %all_objects;
# Split service, if 'user' has different values in normalized rules.
sub normalize_services_for_export {
progress("Normalize services for export");
my @result;
my @result;
for my $service (sort by_name values %services) {
next if $service->{disabled};
my $sname = $service->{name};
Expand Down Expand Up @@ -495,7 +495,7 @@ sub normalize_services_for_export {
sub setup_service_info {
my ($normalized_services) = @_;
progress("Setup service info");

for my $service (@$normalized_services) {
my $users = $service->{user};

Expand Down
2 changes: 1 addition & 1 deletion bin/print-group
Expand Up @@ -177,7 +177,7 @@ sub print_address {
# Argument processing
####################################################################

my ($nat_net, $show_unused, $show_ip, $show_name, $show_owner, $groups_file,
my ($nat_net, $show_unused, $show_ip, $show_name, $show_owner, $groups_file,
$quiet, $help, $ipv6, $man);

GetOptions ( 'nat=s' => \$nat_net,
Expand Down

0 comments on commit 0362d8c

Please sign in to comment.