mirror of
https://github.com/libretro/libretro-super
synced 2024-11-28 20:14:22 +00:00
indentation fixes
This commit is contained in:
parent
76a24b7131
commit
e02b38b60f
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user