Browse Source

Clean up whitespace

vanilla_fb_2.0.x
Scott Lahteine 5 years ago
parent
commit
56e3106b63
  1. 1
      Marlin/src/HAL/STM32/HAL.cpp
  2. 1
      Marlin/src/HAL/STM32/eeprom_flash.cpp
  3. 1
      Marlin/src/HAL/STM32/timers.cpp
  4. 1
      Marlin/src/HAL/STM32/watchdog.cpp
  5. 1
      Marlin/src/HAL/STM32_F4_F7/HAL.cpp
  6. 1
      Marlin/src/HAL/STM32_F4_F7/STM32F4/timers.cpp
  7. 1
      Marlin/src/HAL/STM32_F4_F7/STM32F7/timers.cpp
  8. 1
      Marlin/src/HAL/STM32_F4_F7/Servo.cpp
  9. 1
      Marlin/src/HAL/STM32_F4_F7/eeprom.cpp
  10. 1
      Marlin/src/HAL/STM32_F4_F7/watchdog.cpp
  11. 1
      Marlin/src/HAL/TEENSY35_36/eeprom.cpp
  12. 1
      Marlin/src/HAL/TEENSY35_36/watchdog.cpp
  13. 1
      Marlin/src/HAL/shared/backtrace/backtrace.cpp

1
Marlin/src/HAL/STM32/HAL.cpp

@ -20,7 +20,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
#if defined(ARDUINO_ARCH_STM32) && !defined(STM32GENERIC)
#include "HAL.h"

1
Marlin/src/HAL/STM32/eeprom_flash.cpp

@ -20,7 +20,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
#if defined(ARDUINO_ARCH_STM32) && !defined(STM32GENERIC)
#include "../../inc/MarlinConfig.h"

1
Marlin/src/HAL/STM32/timers.cpp

@ -19,7 +19,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
#if defined(ARDUINO_ARCH_STM32) && !defined(STM32GENERIC)
#include "HAL.h"

1
Marlin/src/HAL/STM32/watchdog.cpp

@ -19,7 +19,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
#if defined(ARDUINO_ARCH_STM32) && !defined(STM32GENERIC)
#include "../../inc/MarlinConfigPre.h"

1
Marlin/src/HAL/STM32_F4_F7/HAL.cpp

@ -20,7 +20,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
#if defined(STM32GENERIC) && (defined(STM32F4) || defined(STM32F7))
#include "HAL.h"

1
Marlin/src/HAL/STM32_F4_F7/STM32F4/timers.cpp

@ -19,7 +19,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
#if defined(STM32GENERIC) && defined(STM32F4)
#include "../HAL.h"

1
Marlin/src/HAL/STM32_F4_F7/STM32F7/timers.cpp

@ -19,7 +19,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
#if defined(STM32GENERIC) && defined(STM32F7)
#include "../HAL.h"

1
Marlin/src/HAL/STM32_F4_F7/Servo.cpp

@ -20,7 +20,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
#if defined(STM32GENERIC) && (defined(STM32F4) || defined(STM32F7))
#include "../../inc/MarlinConfig.h"

1
Marlin/src/HAL/STM32_F4_F7/eeprom.cpp

@ -20,7 +20,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
#if defined(STM32GENERIC) && (defined(STM32F4) || defined(STM32F7))
#include "../../inc/MarlinConfigPre.h"

1
Marlin/src/HAL/STM32_F4_F7/watchdog.cpp

@ -19,7 +19,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
#if defined(STM32GENERIC) && (defined(STM32F4) || defined(STM32F7))
#include "../../inc/MarlinConfig.h"

1
Marlin/src/HAL/TEENSY35_36/eeprom.cpp

@ -20,7 +20,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
#if defined(__MK64FX512__) || defined(__MK66FX1M0__)
#include "../../inc/MarlinConfig.h"

1
Marlin/src/HAL/TEENSY35_36/watchdog.cpp

@ -19,7 +19,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
#if defined(__MK64FX512__) || defined(__MK66FX1M0__)
#include "../../inc/MarlinConfig.h"

1
Marlin/src/HAL/shared/backtrace/backtrace.cpp

@ -19,7 +19,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
#if defined(__arm__) || defined(__thumb__)
#include "backtrace.h"

Loading…
Cancel
Save