mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-11-03 23:28:48 +00:00 
			
		
		
		
	Update the entire application to use the new clang format style
This commit is contained in:
		
							parent
							
								
									ed36edf69c
								
							
						
					
					
						commit
						f61141e86a
					
				
					 148 changed files with 955 additions and 552 deletions
				
			
		| 
						 | 
				
			
			@ -58,7 +58,9 @@
 | 
			
		|||
#include "core/arm/skyeye_common/vfp/vfp_helper.h"
 | 
			
		||||
 | 
			
		||||
static struct vfp_double vfp_double_default_qnan = {
 | 
			
		||||
    2047, 0, VFP_DOUBLE_SIGNIFICAND_QNAN,
 | 
			
		||||
    2047,
 | 
			
		||||
    0,
 | 
			
		||||
    VFP_DOUBLE_SIGNIFICAND_QNAN,
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
static void vfp_double_dump(const char* str, struct vfp_double* d) {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -61,7 +61,9 @@
 | 
			
		|||
#include "core/arm/skyeye_common/vfp/vfp_helper.h"
 | 
			
		||||
 | 
			
		||||
static struct vfp_single vfp_single_default_qnan = {
 | 
			
		||||
    255, 0, VFP_SINGLE_SIGNIFICAND_QNAN,
 | 
			
		||||
    255,
 | 
			
		||||
    0,
 | 
			
		||||
    VFP_SINGLE_SIGNIFICAND_QNAN,
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
static void vfp_single_dump(const char* str, struct vfp_single* s) {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue