From: Tyler Riddle Date: Mon, 15 Oct 2012 17:26:46 +0000 (-0700) Subject: fix bad indendation levels with last fix X-Git-Tag: v0.003001_01~128 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=scpubgit%2FObject-Remote.git;a=commitdiff_plain;h=6d3fbfa20ade934252a09648f5e750eeae1a2c88;hp=bad3fec6a654f9c27497eb516dad0c5de5a720d6 fix bad indendation levels with last fix --- diff --git a/lib/Object/Remote/FatNode.pm b/lib/Object/Remote/FatNode.pm index c407135..3985027 100644 --- a/lib/Object/Remote/FatNode.pm +++ b/lib/Object/Remote/FatNode.pm @@ -93,8 +93,8 @@ sub generate_fatpack_hash { } my @segments = ( - map(generate_fatpack_hash('fatpacked', $_), sort map $mods{$_}, @non_core), - map(generate_fatpack_hash('fatpacked_extra', $_), sort map $mods{$_}, @core_non_arch), + map(generate_fatpack_hash('fatpacked', $_), sort map $mods{$_}, @non_core), + map(generate_fatpack_hash('fatpacked_extra', $_), sort map $mods{$_}, @core_non_arch), ); our $DATA = join "\n", $start, @segments, $end;