Stray whitespace fixes
This commit is contained in:
		
				
					committed by
					
						 Leonardo Hernández
						Leonardo Hernández
					
				
			
			
				
	
			
			
			
						parent
						
							9b9b79b35e
						
					
				
				
					commit
					5215712cab
				
			| @@ -65,9 +65,9 @@ LIBINPUT_CONFIG_SCROLL_ON_BUTTON_DOWN | ||||
| static const enum libinput_config_scroll_method scroll_method = LIBINPUT_CONFIG_SCROLL_2FG; | ||||
|  | ||||
| /* You can choose between: | ||||
| LIBINPUT_CONFIG_CLICK_METHOD_NONE        | ||||
| LIBINPUT_CONFIG_CLICK_METHOD_BUTTON_AREAS        | ||||
| LIBINPUT_CONFIG_CLICK_METHOD_CLICKFINGER  | ||||
| LIBINPUT_CONFIG_CLICK_METHOD_NONE | ||||
| LIBINPUT_CONFIG_CLICK_METHOD_BUTTON_AREAS | ||||
| LIBINPUT_CONFIG_CLICK_METHOD_CLICKFINGER | ||||
| */ | ||||
| static const enum libinput_config_click_method click_method = LIBINPUT_CONFIG_CLICK_METHOD_BUTTON_AREAS; | ||||
|  | ||||
|   | ||||
							
								
								
									
										2
									
								
								dwl.c
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								dwl.c
									
									
									
									
									
								
							| @@ -1047,7 +1047,7 @@ createpointer(struct wlr_pointer *pointer) | ||||
|  | ||||
| 		if (libinput_device_config_scroll_get_methods(libinput_device) != LIBINPUT_CONFIG_SCROLL_NO_SCROLL) | ||||
| 			libinput_device_config_scroll_set_method (libinput_device, scroll_method); | ||||
| 		 | ||||
|  | ||||
| 		if (libinput_device_config_click_get_methods(libinput_device) != LIBINPUT_CONFIG_CLICK_METHOD_NONE) | ||||
| 			libinput_device_config_click_set_method (libinput_device, click_method); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user