indentation fixes

This commit is contained in:
radius 2015-02-01 15:06:45 -05:00
parent 76a24b7131
commit e02b38b60f

View File

@ -1270,6 +1270,8 @@ then
if [ $? -eq 0 ];
then
MESSAGE="retroarch build successful ($jobid)"
echo $MESSAGE
$buildbot_log $MESSAGE
echo "Packaging"
echo ============================================
@ -1326,16 +1328,14 @@ EOF
cp -Rfv gfx/video_filters/*.dll windows/filters/video
cp -Rfv gfx/video_filters/*.filt windows/filters/video
else
MESSAGE="retroarch build failed ($jobid)"
fi
echo $MESSAGE
$buildbot_log $MESSAGE
fi
fi
fi