Fix line endings and spaces in *.lua scripts
This commit is contained in:
		
							parent
							
								
									6d08223660
								
							
						
					
					
						commit
						673d3836d2
					
				@ -29,5 +29,3 @@ if ok == true then
 | 
				
			|||||||
    "h: " .. h .. "\n"
 | 
					    "h: " .. h .. "\n"
 | 
				
			||||||
  )
 | 
					  )
 | 
				
			||||||
end
 | 
					end
 | 
				
			||||||
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
 | 
				
			|||||||
@ -63,4 +63,3 @@ windowclose();
 | 
				
			|||||||
-- Window_display_frame_in( 6, 21,110, 52);
 | 
					-- Window_display_frame_in( 6, 21,110, 52);
 | 
				
			||||||
-- Window_display_frame(6,17,130,37);
 | 
					-- Window_display_frame(6,17,130,37);
 | 
				
			||||||
-- Window_rectangle(panel->Pos_X, panel->Pos_Y, panel->Width, panel->Height+1, MC_Light);
 | 
					-- Window_rectangle(panel->Pos_X, panel->Pos_Y, panel->Width, panel->Height+1, MC_Light);
 | 
				
			||||||
 | 
					 | 
				
			||||||
 | 
				
			|||||||
@ -45,4 +45,3 @@ local form = gui.dialog{
 | 
				
			|||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
form:run()
 | 
					form:run()
 | 
				
			||||||
 | 
					 | 
				
			||||||
 | 
				
			|||||||
@ -43,4 +43,3 @@ memory.save({XS=XS,YS=YS,SPACE=SPACE,FRAMES=FRAMES,XOFF=XOFF,YOFF=YOFF,FPS=FPS})
 | 
				
			|||||||
 end -- plays
 | 
					 end -- plays
 | 
				
			||||||
 | 
					
 | 
				
			||||||
end --OK
 | 
					end --OK
 | 
				
			||||||
 | 
					 | 
				
			||||||
 | 
				
			|||||||
@ -217,4 +217,3 @@ do
 | 
				
			|||||||
	end
 | 
						end
 | 
				
			||||||
	if ok then thomson.savep(fullname) end
 | 
						if ok then thomson.savep(fullname) end
 | 
				
			||||||
end
 | 
					end
 | 
				
			||||||
 | 
					 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user