Format code according to conventions (#16322)
This commit is contained in:
		
							parent
							
								
									afcdd7079c
								
							
						
					
					
						commit
						63646e8906
					
				
					 345 changed files with 4916 additions and 3229 deletions
				
			
		| 
						 | 
				
			
			@ -7,7 +7,9 @@ static HSV CYCLE_SPIRAL_math(HSV hsv, int16_t dx, int16_t dy, uint8_t dist, uint
 | 
			
		|||
    return hsv;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
bool CYCLE_SPIRAL(effect_params_t* params) { return effect_runner_dx_dy_dist(params, &CYCLE_SPIRAL_math); }
 | 
			
		||||
bool CYCLE_SPIRAL(effect_params_t* params) {
 | 
			
		||||
    return effect_runner_dx_dy_dist(params, &CYCLE_SPIRAL_math);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#    endif  // RGB_MATRIX_CUSTOM_EFFECT_IMPLS
 | 
			
		||||
#endif      // ENABLE_RGB_MATRIX_CYCLE_SPIRAL
 | 
			
		||||
#    endif // RGB_MATRIX_CUSTOM_EFFECT_IMPLS
 | 
			
		||||
#endif     // ENABLE_RGB_MATRIX_CYCLE_SPIRAL
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue