Whitespace cleanup

This commit is contained in:
Scott Lahteine 2019-06-04 23:18:51 -05:00
parent 455f0de817
commit 80ce0d2bdb
3 changed files with 4 additions and 4 deletions

View file

@ -41,7 +41,7 @@
#define SPI_CHAN 0
#else
#define SPI_PIN 87
#define SPI_CHAN 1
#define SPI_CHAN 1
#endif
#define SCK_PIN 76
#define MISO_PIN 74

View file

@ -872,11 +872,11 @@ void setup() {
#endif
setup_killpin();
#if HAS_DRIVER(TMC2208)
tmc2208_serial_begin();
#endif
setup_powerhold();
#if HAS_STEPPER_RESET

View file

@ -20,7 +20,7 @@ case "$1" in
;;
esac
REMOTES=$(git remote -v | egrep "\t$MATCH" | gawk '{print $1 " " $2}' | sort -u | sed "s/$FORMULA/")
REMOTES=$(git remote -v | egrep "\t$MATCH" | gawk '{print $1 " " $2}' | sort -u | sed "s/$FORMULA/")
if [[ -z $REMOTES ]]; then
echo "Nothing to do." ; exit