Replace alignment tabs with spaces.
This commit is contained in:
		
				
					committed by
					
						
						Roberto E. Vargas Caballero
					
				
			
			
				
	
			
			
			
						parent
						
							6162d63151
						
					
				
				
					commit
					ef1dc9fc4b
				
			@@ -98,8 +98,8 @@ static unsigned int defaultunderline = 7;
 | 
				
			|||||||
/* Beware that overloading Button1 will disable the selection. */
 | 
					/* Beware that overloading Button1 will disable the selection. */
 | 
				
			||||||
static Mousekey mshortcuts[] = {
 | 
					static Mousekey mshortcuts[] = {
 | 
				
			||||||
	/* button               mask            string */
 | 
						/* button               mask            string */
 | 
				
			||||||
	{ Button4,		XK_ANY_MOD,	"\031"},
 | 
						{ Button4,              XK_ANY_MOD,     "\031" },
 | 
				
			||||||
	{ Button5,		XK_ANY_MOD,	"\005"},
 | 
						{ Button5,              XK_ANY_MOD,     "\005" },
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* Internal keyboard shortcuts. */
 | 
					/* Internal keyboard shortcuts. */
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user