mirror of
				https://github.com/thelsing/knx.git
				synced 2025-10-26 10:26:25 +01:00 
			
		
		
		
	Fix Format: Indention
This commit is contained in:
		
							parent
							
								
									6b75e1e854
								
							
						
					
					
						commit
						16e644cfa8
					
				@ -333,8 +333,8 @@ bool GroupObject::valueCompare(const KNXValue& value, const Dpt& type)
 | 
			
		||||
{
 | 
			
		||||
    if (valueNoSendCompare(value, type))
 | 
			
		||||
    {
 | 
			
		||||
         objectWritten();
 | 
			
		||||
         return true;
 | 
			
		||||
        objectWritten();
 | 
			
		||||
        return true;
 | 
			
		||||
    }
 | 
			
		||||
    return false;
 | 
			
		||||
}
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user