mirror of
				https://github.com/saitohirga/WSJT-X.git
				synced 2025-11-03 13:30:52 -05:00 
			
		
		
		
	Tidy formatting
This commit is contained in:
		
							parent
							
								
									f769f179c8
								
							
						
					
					
						commit
						68893d4fe9
					
				@ -31,12 +31,12 @@
 | 
			
		||||
    auto const& me = mo.enumerator (mo.indexOfEnumerator (#ENUM)); \
 | 
			
		||||
    if (buffer)								\
 | 
			
		||||
      {									\
 | 
			
		||||
	v = static_cast<CLASS::ENUM> (me.keyToValue (buffer, &ok));	\
 | 
			
		||||
	delete [] buffer;						\
 | 
			
		||||
        v = static_cast<CLASS::ENUM> (me.keyToValue (buffer, &ok));	\
 | 
			
		||||
        delete [] buffer;                                           \
 | 
			
		||||
      }									\
 | 
			
		||||
    if (!ok)								\
 | 
			
		||||
      {									\
 | 
			
		||||
	v = static_cast<CLASS::ENUM> (me.value (0));			\
 | 
			
		||||
        v = static_cast<CLASS::ENUM> (me.value (0));  \
 | 
			
		||||
      }									\
 | 
			
		||||
    return is;								\
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user