mirror of
				https://github.com/godotengine/godot.git
				synced 2025-10-31 13:41:03 +00:00 
			
		
		
		
	Style: Apply new clang-format changes
				
					
				
			This commit is contained in:
		
							parent
							
								
									72c183ce8b
								
							
						
					
					
						commit
						b37fc1014a
					
				
					 51 changed files with 150 additions and 148 deletions
				
			
		|  | @ -50,7 +50,7 @@ | |||
| 
 | ||||
| #define LONG_BITS (sizeof(long) * 8) | ||||
| #define test_bit(nr, addr) (((1UL << ((nr) % LONG_BITS)) & ((addr)[(nr) / LONG_BITS])) != 0) | ||||
| #define NBITS(x) ((((x)-1) / LONG_BITS) + 1) | ||||
| #define NBITS(x) ((((x) - 1) / LONG_BITS) + 1) | ||||
| 
 | ||||
| #ifdef UDEV_ENABLED | ||||
| static const char *ignore_str = "/dev/input/js"; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Thaddeus Crews
						Thaddeus Crews