mirror of
				https://github.com/labwc/labwc.git
				synced 2025-11-03 09:01:51 -05:00 
			
		
		
		
	Remove clang-format on/off comments
This commit is contained in:
		
							parent
							
								
									543f00131c
								
							
						
					
					
						commit
						2f44e954aa
					
				
					 4 changed files with 4 additions and 10 deletions
				
			
		| 
						 | 
				
			
			@ -48,7 +48,6 @@ match(const gchar *pattern, const gchar *string)
 | 
			
		|||
	return (bool)g_pattern_match_simple(pattern, string);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/* clang-format off */
 | 
			
		||||
static void entry(const char *key, const char *value)
 | 
			
		||||
{
 | 
			
		||||
	if (!key || !value) {
 | 
			
		||||
| 
						 | 
				
			
			@ -66,7 +65,6 @@ static void entry(const char *key, const char *value)
 | 
			
		|||
		parse_hexstr(value, theme.window_inactive_button_unpressed_image_color);
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
/* clang-format on */
 | 
			
		||||
 | 
			
		||||
static void
 | 
			
		||||
parse_config_line(char *line, char **key, char **value)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue