Browse Source

Clean up file endings

Scott Lahteine 5 years ago
parent
commit
0c85869c26

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

@@ -140,4 +140,3 @@ void eeprom_update_block(const void *__src, void *__dst, size_t __n) {
140 140
 
141 141
 #endif // ENABLED(EEPROM_SETTINGS) && DISABLED(I2C_EEPROM) && DISABLED(SPI_EEPROM)
142 142
 #endif // STM32F4 || STM32F4xx
143
-

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

@@ -137,4 +137,3 @@ void eeprom_update_block(const void *__src, void *__dst, size_t __n) {
137 137
 }
138 138
 
139 139
 #endif // STM32F7
140
-

+ 0
- 1
Marlin/src/HAL/shared/MarlinSerial.h View File

@@ -58,4 +58,3 @@ constexpr bool
58 58
       || true
59 59
     #endif
60 60
   );
61
-

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

@@ -57,5 +57,3 @@ UnwResult UnwindStart(UnwindFrame* frame, const UnwindCallbacks *cb, void *data)
57 57
   }
58 58
 }
59 59
 #endif
60
-
61
-

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

@@ -167,4 +167,3 @@ bool UnwReadB(const uint32_t a, uint8_t *v) {
167 167
 }
168 168
 
169 169
 #endif
170
-

+ 0
- 1
Marlin/src/lcd/fontutils.cpp View File

@@ -180,4 +180,3 @@ uint8_t utf8_strlen(const char *pstart) {
180 180
 uint8_t utf8_strlen_P(PGM_P pstart) {
181 181
   return utf8_strlen_cb(pstart, read_byte_rom);
182 182
 }
183
-

+ 0
- 1
Marlin/src/libs/vector_3.cpp View File

@@ -161,4 +161,3 @@ void matrix_3x3::debug(PGM_P const title) {
161 161
 }
162 162
 
163 163
 #endif // HAS_ABL
164
-

+ 0
- 1
Marlin/src/libs/vector_3.h View File

@@ -75,4 +75,3 @@ struct matrix_3x3 {
75 75
 
76 76
 
77 77
 void apply_rotation_xyz(const matrix_3x3 &rotationMatrix, float &x, float &y, float &z);
78
-

+ 0
- 1
Marlin/src/pins/pins_AZTEEG_X3_PRO.h View File

@@ -174,4 +174,3 @@
174 174
   #define SPINDLE_LASER_ENABLE_PIN 20   // Pin should have a pullup!
175 175
   #define SPINDLE_DIR_PIN          21
176 176
 #endif
177
-

+ 0
- 1
Marlin/src/pins/pins_BEAST.h View File

@@ -288,4 +288,3 @@
288 288
 #define U_MIN_PIN          -1
289 289
 #define V_MIN_PIN          -1
290 290
 #define W_MIN_PIN          -1
291
-

+ 0
- 1
Marlin/src/pins/pins_CHITU3D.h View File

@@ -286,4 +286,3 @@
286 286
 #define U_MIN_PIN          -1
287 287
 #define V_MIN_PIN          -1
288 288
 #define W_MIN_PIN          -1
289
-

+ 0
- 1
Marlin/src/pins/pins_MALYAN_M200.h View File

@@ -88,4 +88,3 @@
88 88
 // If someone hacks to put a direct power fan on the controller, PB3 could
89 89
 // be used as a separate print cooling fan.
90 90
 #define ORIG_E0_AUTO_FAN_PIN PB8
91
-

+ 0
- 1
buildroot/share/fonts/getline.h View File

@@ -10,4 +10,3 @@
10 10
 #endif
11 11
 
12 12
 #endif // MYGETLINE_H
13
-

Loading…
Cancel
Save