Remove stray newline

This commit is contained in:
Dylan Araps 2016-10-02 18:29:42 +11:00
parent 476d4660a5
commit 46b4920a9c

View file

@ -1124,7 +1124,6 @@ getgpu() {
gpu="${gpu/GeForce }" gpu="${gpu/GeForce }"
gpu="${gpu/Radeon }" gpu="${gpu/Radeon }"
;; ;;
esac esac
;; ;;
esac esac