whitespace fixes
Signed-off-by: Simon Thum <simon.thum@gmx.de> Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
		
							parent
							
								
									14039b5a79
								
							
						
					
					
						commit
						1aca2d7575
					
				| 
						 | 
				
			
			@ -144,8 +144,7 @@ ProcessVelocityConfiguration(DeviceIntPtr pDev, char* devname, pointer list,
 | 
			
		|||
 | 
			
		||||
    prop = XIGetKnownProperty(ACCEL_PROP_PROFILE_NUMBER);
 | 
			
		||||
    if (XIChangeDeviceProperty(pDev, prop, XA_INTEGER, 32,
 | 
			
		||||
                               PropModeReplace, 1, &tempi, FALSE) == Success)
 | 
			
		||||
    {
 | 
			
		||||
                               PropModeReplace, 1, &tempi, FALSE) == Success) {
 | 
			
		||||
        xf86Msg(X_CONFIG, "%s: (accel) acceleration profile %i\n", devname,
 | 
			
		||||
                tempi);
 | 
			
		||||
    } else {
 | 
			
		||||
| 
						 | 
				
			
			@ -167,9 +166,8 @@ ProcessVelocityConfiguration(DeviceIntPtr pDev, char* devname, pointer list,
 | 
			
		|||
    }
 | 
			
		||||
 | 
			
		||||
    tempi = xf86SetIntOption(list, "VelocityTrackerCount", -1);
 | 
			
		||||
    if(tempi > 1){
 | 
			
		||||
    if (tempi > 1)
 | 
			
		||||
	InitTrackers(s, tempi);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    s->initial_range = xf86SetIntOption(list, "VelocityInitialRange",
 | 
			
		||||
                                        s->initial_range);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue