fix whitespace alignment
This commit is contained in:
		
							parent
							
								
									8486a64986
								
							
						
					
					
						commit
						033bed5bac
					
				@ -809,7 +809,7 @@ char *check_match(VteTerminal *vte, int event_x, int event_y) {
 | 
			
		||||
/* {{{ CONFIG LOADING */
 | 
			
		||||
template<typename T>
 | 
			
		||||
maybe<T> get_config(T (*get)(GKeyFile *, const char *, const char *, GError **),
 | 
			
		||||
                           GKeyFile *config, const char *group, const char *key) {
 | 
			
		||||
                    GKeyFile *config, const char *group, const char *key) {
 | 
			
		||||
    GError *error = nullptr;
 | 
			
		||||
    maybe<T> value = get(config, group, key, &error);
 | 
			
		||||
    if (error) {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user