Переглянути джерело

Clean up trailing whitespace

Scott Lahteine 7 роки тому
джерело
коміт
c46de340b7

+ 1
- 1
Marlin/src/HAL/HAL_DUE/fastio_Due.h Переглянути файл

89
 #define _SET_OUTPUT(IO) do{ pmc_enable_periph_clk(g_APinDescription[IO].ulPeripheralId); \
89
 #define _SET_OUTPUT(IO) do{ pmc_enable_periph_clk(g_APinDescription[IO].ulPeripheralId); \
90
                             PIO_Configure(g_APinDescription[IO].pPort, _READ(IO) ? PIO_OUTPUT_1 : PIO_OUTPUT_0, \
90
                             PIO_Configure(g_APinDescription[IO].pPort, _READ(IO) ? PIO_OUTPUT_1 : PIO_OUTPUT_0, \
91
                                           g_APinDescription[IO].ulPin, g_APinDescription[IO].ulPinConfiguration); \
91
                                           g_APinDescription[IO].ulPin, g_APinDescription[IO].ulPinConfiguration); \
92
-                            g_pinStatus[IO] = (g_pinStatus[IO] & 0xF0) | PIN_STATUS_DIGITAL_OUTPUT;\               
92
+                            g_pinStatus[IO] = (g_pinStatus[IO] & 0xF0) | PIN_STATUS_DIGITAL_OUTPUT;\
93
                         }while(0)
93
                         }while(0)
94
 
94
 
95
 /// set pin as input with pullup mode
95
 /// set pin as input with pullup mode

+ 2
- 2
Marlin/src/HAL/HAL_LPC1768/SoftwareSPI.cpp Переглянути файл

58
         WRITE(mosi_pin, LOW);
58
         WRITE(mosi_pin, LOW);
59
 
59
 
60
       WRITE(sck_pin, HIGH);
60
       WRITE(sck_pin, HIGH);
61
-      
61
+
62
       b <<= 1;
62
       b <<= 1;
63
 
63
 
64
       if (miso_pin >= 0)
64
       if (miso_pin >= 0)
76
 
76
 
77
       for (uint8_t j = 0; j < spi_speed + (miso_pin >= 0 ? 0 : 1); j++)
77
       for (uint8_t j = 0; j < spi_speed + (miso_pin >= 0 ? 0 : 1); j++)
78
         WRITE(sck_pin, HIGH);
78
         WRITE(sck_pin, HIGH);
79
-      
79
+
80
       b <<= 1;
80
       b <<= 1;
81
 
81
 
82
       if (miso_pin >= 0)
82
       if (miso_pin >= 0)

+ 1
- 1
Marlin/src/config/examples/BQ/Hephestos_2/_Bootscreen.h Переглянути файл

97
   B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B01111000,
97
   B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B01111000,
98
   B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B01111000,
98
   B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B01111000,
99
   B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B01111000,
99
   B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B01111000,
100
-  B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B01111000 
100
+  B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B01111000
101
 };
101
 };

+ 1
- 1
Marlin/src/config/examples/Cartesio/_Bootscreen.h Переглянути файл

97
   B00000000,B00000000,B00011111,B11111111,B11111111,B11110000,B00000000,B00000000,
97
   B00000000,B00000000,B00011111,B11111111,B11111111,B11110000,B00000000,B00000000,
98
   B00000000,B00000000,B00000111,B11111111,B11111111,B10000000,B00000000,B00000000,
98
   B00000000,B00000000,B00000111,B11111111,B11111111,B10000000,B00000000,B00000000,
99
   B00000000,B00000000,B00000000,B01111111,B11111000,B00000000,B00000000,B00000000,
99
   B00000000,B00000000,B00000000,B01111111,B11111000,B00000000,B00000000,B00000000,
100
-  B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000 
100
+  B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000
101
 };
101
 };

+ 1
- 1
Marlin/src/config/examples/MakerParts/_Bootscreen.h Переглянути файл

77
   B00000000,B00001111,B11111111,B10000000,B00000000,B00001111,B10000000,B11111100,B00001111,B11011111,B00001111,B11000001,B11110000,B00001111,B11111000,B01111100,
77
   B00000000,B00001111,B11111111,B10000000,B00000000,B00001111,B10000000,B11111100,B00001111,B11011111,B00001111,B11000001,B11110000,B00001111,B11111000,B01111100,
78
   B00000000,B00000111,B11111111,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,
78
   B00000000,B00000111,B11111111,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,
79
   B00000000,B00000011,B11111100,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,
79
   B00000000,B00000011,B11111100,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,
80
-  B00000000,B00000000,B11111000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000 
80
+  B00000000,B00000000,B11111000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000
81
 };
81
 };

+ 1
- 1
Marlin/src/config/examples/gCreate/gMax1.5+/_Bootscreen.h Переглянути файл

97
   B00000110,B00011110,B01000000,B00010000,B00010000,B00000000,B00000000,B00010000,B00000101,B11001000,B00001001,B11001000,B00001011,B10000001,
97
   B00000110,B00011110,B01000000,B00010000,B00010000,B00000000,B00000000,B00010000,B00000101,B11001000,B00001001,B11001000,B00001011,B10000001,
98
   B00000110,B00000000,B01000000,B00100000,B00010000,B00000000,B00000000,B00001111,B11111000,B10001111,B11110000,B10001111,B11111001,B00000001,
98
   B00000110,B00000000,B01000000,B00100000,B00010000,B00000000,B00000000,B00001111,B11111000,B10001111,B11110000,B10001111,B11111001,B00000001,
99
   B00000011,B10000000,B00000000,B00100000,B00110000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000001,
99
   B00000011,B10000000,B00000000,B00100000,B00110000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000001,
100
-  B00000001,B11111111,B11111111,B11111111,B11100000,B11111111,B11111111,B11111111,B11111111,B11111111,B11111111,B11111111,B11111111,B11111111 
100
+  B00000001,B11111111,B11111111,B11111111,B11100000,B11111111,B11111111,B11111111,B11111111,B11111111,B11111111,B11111111,B11111111,B11111111
101
 };
101
 };

+ 1
- 1
Marlin/src/feature/pause.cpp Переглянути файл

488
   #endif
488
   #endif
489
   // If resume_position is negative
489
   // If resume_position is negative
490
   if (resume_position[E_AXIS] < 0) do_pause_e_move(resume_position[E_AXIS], PAUSE_PARK_RETRACT_FEEDRATE);
490
   if (resume_position[E_AXIS] < 0) do_pause_e_move(resume_position[E_AXIS], PAUSE_PARK_RETRACT_FEEDRATE);
491
-  
491
+
492
   // Move XY to starting position, then Z
492
   // Move XY to starting position, then Z
493
   do_blocking_move_to_xy(resume_position[X_AXIS], resume_position[Y_AXIS], NOZZLE_PARK_XY_FEEDRATE);
493
   do_blocking_move_to_xy(resume_position[X_AXIS], resume_position[Y_AXIS], NOZZLE_PARK_XY_FEEDRATE);
494
 
494
 

+ 1
- 1
frameworks/CMSIS/LPC1768/lib/chanfs/ff.c Переглянути файл

2053
 /* exFAT: Load the object's directory entry block */
2053
 /* exFAT: Load the object's directory entry block */
2054
 /*------------------------------------------------*/
2054
 /*------------------------------------------------*/
2055
 static
2055
 static
2056
-FRESULT load_obj_xdir (	
2056
+FRESULT load_obj_xdir (
2057
 	DIR* dp,			/* Blank directory object to be used to access containing direcotry */
2057
 	DIR* dp,			/* Blank directory object to be used to access containing direcotry */
2058
 	const FFOBJID* obj	/* Object with its containing directory information */
2058
 	const FFOBJID* obj	/* Object with its containing directory information */
2059
 )
2059
 )

+ 1
- 1
frameworks/CMSIS/LPC1768/lib/usb/cdcuser.h Переглянути файл

10
  *      warranties of fitness for purpose, satisfactory quality and
10
  *      warranties of fitness for purpose, satisfactory quality and
11
  *      noninfringement. Keil extends you a royalty-free right to reproduce
11
  *      noninfringement. Keil extends you a royalty-free right to reproduce
12
  *      and distribute executable files created using this software for use
12
  *      and distribute executable files created using this software for use
13
- *      on NXP Semiconductors LPC microcontroller devices only. Nothing else 
13
+ *      on NXP Semiconductors LPC microcontroller devices only. Nothing else
14
  *      gives you the right to use this software.
14
  *      gives you the right to use this software.
15
  *
15
  *
16
  * Copyright (c) 2009 Keil - An ARM Company. All rights reserved.
16
  * Copyright (c) 2009 Keil - An ARM Company. All rights reserved.

+ 1
- 1
frameworks/CMSIS/LPC1768/lib/usb/mscuser.h Переглянути файл

10
  *      warranties of fitness for purpose, satisfactory quality and
10
  *      warranties of fitness for purpose, satisfactory quality and
11
  *      noninfringement. Keil extends you a royalty-free right to reproduce
11
  *      noninfringement. Keil extends you a royalty-free right to reproduce
12
  *      and distribute executable files created using this software for use
12
  *      and distribute executable files created using this software for use
13
- *      on NXP Semiconductors LPC family microcontroller devices only. Nothing 
13
+ *      on NXP Semiconductors LPC family microcontroller devices only. Nothing
14
  *      else gives you the right to use this software.
14
  *      else gives you the right to use this software.
15
  *
15
  *
16
  *      Copyright (c) 2005-2009 Keil Software.
16
  *      Copyright (c) 2005-2009 Keil Software.

+ 2
- 2
frameworks/CMSIS/LPC1768/lib/usb/usbcfg.h Переглянути файл

10
  *      warranties of fitness for purpose, satisfactory quality and
10
  *      warranties of fitness for purpose, satisfactory quality and
11
  *      noninfringement. Keil extends you a royalty-free right to reproduce
11
  *      noninfringement. Keil extends you a royalty-free right to reproduce
12
  *      and distribute executable files created using this software for use
12
  *      and distribute executable files created using this software for use
13
- *      on NXP Semiconductors LPC family microcontroller devices only. Nothing 
13
+ *      on NXP Semiconductors LPC family microcontroller devices only. Nothing
14
  *      else gives you the right to use this software.
14
  *      else gives you the right to use this software.
15
  *
15
  *
16
  * Copyright (c) 2009 Keil - An ARM Company. All rights reserved.
16
  * Copyright (c) 2009 Keil - An ARM Company. All rights reserved.
151
 //     <o10> Control Interface Number <0-255>
151
 //     <o10> Control Interface Number <0-255>
152
 //     <o11> Bulk Interface Number <0-255>
152
 //     <o11> Bulk Interface Number <0-255>
153
 //     <o12> Max Communication Device Buffer Size
153
 //     <o12> Max Communication Device Buffer Size
154
-//        <8=> 8 Bytes <16=> 16 Bytes <32=> 32 Bytes <64=> 64 Bytes 
154
+//        <8=> 8 Bytes <16=> 16 Bytes <32=> 32 Bytes <64=> 64 Bytes
155
 //   </e>
155
 //   </e>
156
 // </e>
156
 // </e>
157
 */
157
 */

+ 1
- 1
frameworks/CMSIS/LPC1768/lib/usb/usbcore.h Переглянути файл

10
  *      warranties of fitness for purpose, satisfactory quality and
10
  *      warranties of fitness for purpose, satisfactory quality and
11
  *      noninfringement. Keil extends you a royalty-free right to reproduce
11
  *      noninfringement. Keil extends you a royalty-free right to reproduce
12
  *      and distribute executable files created using this software for use
12
  *      and distribute executable files created using this software for use
13
- *      on NXP Semiconductors LPC microcontroller devices only. Nothing else 
13
+ *      on NXP Semiconductors LPC microcontroller devices only. Nothing else
14
  *      gives you the right to use this software.
14
  *      gives you the right to use this software.
15
  *
15
  *
16
  * Copyright (c) 2009 Keil - An ARM Company. All rights reserved.
16
  * Copyright (c) 2009 Keil - An ARM Company. All rights reserved.

+ 1
- 1
frameworks/CMSIS/LPC1768/lib/usb/usbdesc.h Переглянути файл

10
  *      warranties of fitness for purpose, satisfactory quality and
10
  *      warranties of fitness for purpose, satisfactory quality and
11
  *      noninfringement. Keil extends you a royalty-free right to reproduce
11
  *      noninfringement. Keil extends you a royalty-free right to reproduce
12
  *      and distribute executable files created using this software for use
12
  *      and distribute executable files created using this software for use
13
- *      on NXP Semiconductors LPC microcontroller devices only. Nothing else 
13
+ *      on NXP Semiconductors LPC microcontroller devices only. Nothing else
14
  *      gives you the right to use this software.
14
  *      gives you the right to use this software.
15
  *
15
  *
16
  * Copyright (c) 2009 Keil - An ARM Company. All rights reserved.
16
  * Copyright (c) 2009 Keil - An ARM Company. All rights reserved.

+ 1
- 1
frameworks/CMSIS/LPC1768/lib/usb/usbreg.h Переглянути файл

10
  *      warranties of fitness for purpose, satisfactory quality and
10
  *      warranties of fitness for purpose, satisfactory quality and
11
  *      noninfringement. Keil extends you a royalty-free right to reproduce
11
  *      noninfringement. Keil extends you a royalty-free right to reproduce
12
  *      and distribute executable files created using this software for use
12
  *      and distribute executable files created using this software for use
13
- *      on NXP Semiconductors LPC family microcontroller devices only. Nothing 
13
+ *      on NXP Semiconductors LPC family microcontroller devices only. Nothing
14
  *      else gives you the right to use this software.
14
  *      else gives you the right to use this software.
15
  *
15
  *
16
  * Copyright (c) 2009 Keil - An ARM Company. All rights reserved.
16
  * Copyright (c) 2009 Keil - An ARM Company. All rights reserved.

+ 1
- 1
frameworks/CMSIS/LPC1768/lib/usb/usbuser.h Переглянути файл

10
  *      warranties of fitness for purpose, satisfactory quality and
10
  *      warranties of fitness for purpose, satisfactory quality and
11
  *      noninfringement. Keil extends you a royalty-free right to reproduce
11
  *      noninfringement. Keil extends you a royalty-free right to reproduce
12
  *      and distribute executable files created using this software for use
12
  *      and distribute executable files created using this software for use
13
- *      on NXP Semiconductors LPC family microcontroller devices only. Nothing 
13
+ *      on NXP Semiconductors LPC family microcontroller devices only. Nothing
14
  *      else gives you the right to use this software.
14
  *      else gives you the right to use this software.
15
  *
15
  *
16
  * Copyright (c) 2009 Keil - An ARM Company. All rights reserved.
16
  * Copyright (c) 2009 Keil - An ARM Company. All rights reserved.

Завантаження…
Відмінити
Зберегти