diff options
| author | Jacob Pipkin <j@dawnrazor.net> | 2012-11-16 22:24:54 -0600 | 
|---|---|---|
| committer | Jacob Pipkin <j@dawnrazor.net> | 2012-11-16 22:24:54 -0600 | 
| commit | c63a84d8ffc8552a13cc02d12da25732f4f3efdf (patch) | |
| tree | 8f90cff9931e76861d7212dead62dab3e94af12c /SBO-Lib/lib/SBO | |
| parent | 3d5dd514a8f536e7747783a0f52e1da19a20eb8d (diff) | |
| download | sbotools2-c63a84d8ffc8552a13cc02d12da25732f4f3efdf.tar.xz | |
spacing and extra comma cleaned up
Diffstat (limited to 'SBO-Lib/lib/SBO')
| -rw-r--r-- | SBO-Lib/lib/SBO/Lib.pm | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/SBO-Lib/lib/SBO/Lib.pm b/SBO-Lib/lib/SBO/Lib.pm index 0a693e3..eae87a0 100644 --- a/SBO-Lib/lib/SBO/Lib.pm +++ b/SBO-Lib/lib/SBO/Lib.pm @@ -744,8 +744,8 @@ sub get_build_queue {  	my $temp_queue = [];  	for my $sbo (@$sbos) {  		my %args = ( -			QUEUE 	  => $temp_queue,,  -			NAME 	  => $sbo,  +			QUEUE 	  => $temp_queue, +			NAME 	  => $sbo,  			WARNINGS  => $warnings  		);  		add_to_queue(\%args); @@ -755,6 +755,6 @@ sub get_build_queue {  	FIRST: for my $sb (@$temp_queue) {  		 next FIRST if $seen{$sb}++;  		 push @build_queue, $sb; -	}     +	}  	return \@build_queue;  } | 
