Browse Source

Clean up whitespace

Scott Lahteine 4 years ago
parent
commit
56e3106b63

+ 0
- 1
Marlin/src/HAL/STM32/HAL.cpp View File

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

+ 0
- 1
Marlin/src/HAL/STM32/eeprom_flash.cpp View File

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

+ 0
- 1
Marlin/src/HAL/STM32/timers.cpp View File

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

+ 0
- 1
Marlin/src/HAL/STM32/watchdog.cpp View File

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

+ 0
- 1
Marlin/src/HAL/STM32_F4_F7/HAL.cpp View File

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

+ 0
- 1
Marlin/src/HAL/STM32_F4_F7/STM32F4/timers.cpp View File

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

+ 0
- 1
Marlin/src/HAL/STM32_F4_F7/STM32F7/timers.cpp View File

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

+ 0
- 1
Marlin/src/HAL/STM32_F4_F7/Servo.cpp View File

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

+ 0
- 1
Marlin/src/HAL/STM32_F4_F7/eeprom.cpp View File

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

+ 0
- 1
Marlin/src/HAL/STM32_F4_F7/watchdog.cpp View File

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

+ 0
- 1
Marlin/src/HAL/TEENSY35_36/eeprom.cpp View File

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

+ 0
- 1
Marlin/src/HAL/TEENSY35_36/watchdog.cpp View File

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

+ 0
- 1
Marlin/src/HAL/shared/backtrace/backtrace.cpp View File

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

Loading…
Cancel
Save