mirror of
				https://github.com/Ryujinx/SDL.git
				synced 2025-11-04 13:54:49 +00:00 
			
		
		
		
	Minor coding convention fix.
This commit is contained in:
		
							parent
							
								
									fb37956d9b
								
							
						
					
					
						commit
						0cf81fbdf9
					
				| 
						 | 
				
			
			@ -307,8 +307,9 @@ X11_UpdateKeymap(_THIS)
 | 
			
		|||
    
 | 
			
		||||
#if SDL_VIDEO_DRIVER_X11_HAS_XKBKEYCODETOKEYSYM
 | 
			
		||||
    XkbStateRec state;
 | 
			
		||||
    if(0 == X11_XkbGetState(data->display, XkbUseCoreKbd, &state))
 | 
			
		||||
    if (X11_XkbGetState(data->display, XkbUseCoreKbd, &state == Success)) {
 | 
			
		||||
        group = state.group;
 | 
			
		||||
    }
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue