[NFC][libc++abi] Convert stray tabs to spaces
llvm-svn: 373524
This commit is contained in:
		
							parent
							
								
									5ac9d18e7d
								
							
						
					
					
						commit
						c5d2746fbe
					
				| 
						 | 
				
			
			@ -94,7 +94,7 @@ static void setDependentExceptionClass(_Unwind_Exception* unwind_exception) {
 | 
			
		|||
//  Is it one of ours?
 | 
			
		||||
uint64_t __getExceptionClass(const _Unwind_Exception* unwind_exception) {
 | 
			
		||||
    // On x86 and some ARM unwinders, unwind_exception->exception_class is
 | 
			
		||||
//		a uint64_t. On other ARM unwinders, it is a char[8]
 | 
			
		||||
    // a uint64_t. On other ARM unwinders, it is a char[8].
 | 
			
		||||
    // See: http://infocenter.arm.com/help/topic/com.arm.doc.ihi0038b/IHI0038B_ehabi.pdf
 | 
			
		||||
    // So we just copy it into a uint64_t to be sure.
 | 
			
		||||
    uint64_t exClass;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue