mirror of
https://github.com/libretro/libretro-super
synced 2025-04-07 10:23:10 +00:00
Remove extra newline from most files
This commit is contained in:
parent
d04ead32ad
commit
42b9ad08b1
@ -650,4 +650,3 @@ create_dist_dir() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
create_dist_dir
|
create_dist_dir
|
||||||
|
|
||||||
|
@ -150,4 +150,3 @@ else
|
|||||||
build_libretro_emux
|
build_libretro_emux
|
||||||
build_summary
|
build_summary
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
@ -218,4 +218,3 @@ fi
|
|||||||
if [ -f "${WORKDIR}/libretro-config-user.sh" ]; then
|
if [ -f "${WORKDIR}/libretro-config-user.sh" ]; then
|
||||||
. ${WORKDIR}/libretro-config-user.sh
|
. ${WORKDIR}/libretro-config-user.sh
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
@ -669,4 +669,3 @@ create_dist_dir() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
create_dist_dir
|
create_dist_dir
|
||||||
|
|
||||||
|
@ -209,4 +209,3 @@ BUILD_SUMMARY="$WORKDIR/build-summary.log"
|
|||||||
if [ -f "$WORKDIR/libretro-config-user.sh" ]; then
|
if [ -f "$WORKDIR/libretro-config-user.sh" ]; then
|
||||||
. "$WORKDIR/libretro-config-user.sh"
|
. "$WORKDIR/libretro-config-user.sh"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
@ -368,4 +368,3 @@ else
|
|||||||
fetch_libretro_emux
|
fetch_libretro_emux
|
||||||
fetch_libretro_sdk
|
fetch_libretro_sdk
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
@ -53,4 +53,3 @@ cpu_isarmv7() {
|
|||||||
esac
|
esac
|
||||||
return 1
|
return 1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -42,4 +42,3 @@ revision_git() {
|
|||||||
cd "$WORKDIR/$1"
|
cd "$WORKDIR/$1"
|
||||||
git log -n 1 --pretty=format:%H
|
git log -n 1 --pretty=format:%H
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user