white space change
This commit is contained in:
		
							parent
							
								
									4b44d364e0
								
							
						
					
					
						commit
						7deea50e91
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -160,8 +160,8 @@ TEST(test_MockRegEdit, RegEdit_ReadRegPasses)
 | 
			
		|||
    mock().expectOneCall("RegEdit_ReadReg")
 | 
			
		||||
        .withPointerParameter("reg", b)
 | 
			
		||||
        .andReturnValue(0xFF);
 | 
			
		||||
    uint8_t reg_val = RegEdit_ReadReg(b);
 | 
			
		||||
   
 | 
			
		||||
    uint8_t reg_val = RegEdit_ReadReg(b);
 | 
			
		||||
    LONGS_EQUAL(0xFF, reg_val); 
 | 
			
		||||
    
 | 
			
		||||
    mock().checkExpectations();
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue