Selaa lähdekoodia

Clean up trailing whitespace

Scott Lahteine 7 vuotta sitten
vanhempi
commit
e0e069c6d8

+ 1
- 1
Marlin/ultralcd.cpp Näytä tiedosto

@@ -194,7 +194,7 @@ uint16_t max_display_update_time = 0;
194 194
   DECLARE_MENU_EDIT_TYPE(float, float52);
195 195
   DECLARE_MENU_EDIT_TYPE(float, float62);
196 196
   DECLARE_MENU_EDIT_TYPE(unsigned long, long5);
197
-  
197
+
198 198
   void menu_action_setting_edit_bool(const char* pstr, bool* ptr);
199 199
   void menu_action_setting_edit_callback_bool(const char* pstr, bool* ptr, screenFunc_t callbackFunc);
200 200
   void menu_action_setting_edit_accessor_bool(const char* pstr, bool (*pget)(), void (*pset)(bool));

+ 5
- 5
buildroot/share/cmake/CMakeLists.txt Näytä tiedosto

@@ -14,7 +14,7 @@ cmake_minimum_required(VERSION 2.8)
14 14
 #        cmake -G"Unix Makefiles" ..                                 #
15 15
 #        make                                                        #
16 16
 #====================================================================#
17
- 
17
+
18 18
 #====================================================================#
19 19
 # Download marlin-cmake scriptfiles if not already installed         #
20 20
 # and add the path to the module path                                #
@@ -26,13 +26,13 @@ if(NOT EXISTS ${CMAKE_CURRENT_LIST_DIR}/marlin-cmake)
26 26
 
27 27
 	file(DOWNLOAD https://github.com/tohara/marlin-cmake/archive/${SCRIPT_BRANCH}.tar.gz
28 28
 				  ${CMAKE_CURRENT_LIST_DIR}/marlin-cmake-src.tar.gz SHOW_PROGRESS)
29
-				  
29
+
30 30
 	execute_process(COMMAND ${CMAKE_COMMAND} -E tar -xvf ${CMAKE_CURRENT_LIST_DIR}/marlin-cmake-src.tar.gz WORKING_DIRECTORY ${CMAKE_CURRENT_LIST_DIR})
31
-				  
31
+
32 32
 	file(RENAME ${CMAKE_CURRENT_LIST_DIR}/marlin-cmake-${SCRIPT_BRANCH} ${CMAKE_CURRENT_LIST_DIR}/marlin-cmake)
33 33
 	file(REMOVE ${CMAKE_CURRENT_LIST_DIR}/marlin-cmake-src.tar.gz)
34
-    
35
-              
34
+
35
+
36 36
 endif()
37 37
 
38 38
 if(WIN32 AND NOT EXISTS ${CMAKE_BINARY_DIR}/make.exe)

+ 1
- 1
buildroot/share/scripts/MarlinMesh.scad Näytä tiedosto

@@ -115,7 +115,7 @@ module point_markers(show_home=true) {
115 115
           $fn=8;
116 116
           rotate([90,0])
117 117
             text(str(z), 6, label_font_lg, halign="center", valign="center");
118
-      
118
+
119 119
           translate([0,0,down?-6:6]) rotate([90,0])
120 120
             text(str(down ? "" : "+", v), 3, label_font_sm, halign="center", valign="center");
121 121
         }

+ 2
- 2
buildroot/share/scripts/createSpeedLookupTable.py Näytä tiedosto

@@ -30,7 +30,7 @@ for i in range(32):
30 30
     print "  ",
31 31
     for j in range(8):
32 32
         print "{%d, %d}," % (a[8*i+j], b[8*i+j]),
33
-    print 
33
+    print
34 34
 print "};"
35 35
 print
36 36
 
@@ -42,7 +42,7 @@ for i in range(32):
42 42
     print "  ",
43 43
     for j in range(8):
44 44
         print "{%d, %d}," % (a[8*i+j], b[8*i+j]),
45
-    print 
45
+    print
46 46
 print "};"
47 47
 print
48 48
 

Loading…
Peruuta
Tallenna