Browse Source

Whitespace cleanup

pull/1/head
Scott Lahteine 5 years ago
parent
commit
80ce0d2bdb
  1. 2
      Marlin/src/HAL/HAL_DUE/spi_pins.h
  2. 4
      Marlin/src/Marlin.cpp
  3. 2
      buildroot/share/git/ghtp

2
Marlin/src/HAL/HAL_DUE/spi_pins.h

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

4
Marlin/src/Marlin.cpp

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

2
buildroot/share/git/ghtp

@ -20,7 +20,7 @@ case "$1" in
;; ;;
esac 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 if [[ -z $REMOTES ]]; then
echo "Nothing to do." ; exit echo "Nothing to do." ; exit

Loading…
Cancel
Save