use consistent style
This commit is contained in:
		
							parent
							
								
									9a15fb7dcd
								
							
						
					
					
						commit
						9b6c44f487
					
				@ -438,8 +438,8 @@ int main(int argc, char **argv) {
 | 
			
		||||
    GOptionContext *context = g_option_context_new("[COMMAND]");
 | 
			
		||||
    gchar *role = NULL;
 | 
			
		||||
    const GOptionEntry entries[] = {
 | 
			
		||||
        { "role", 'r', 0, G_OPTION_ARG_STRING, &role, "The role to use", "ROLE" },
 | 
			
		||||
        { NULL }
 | 
			
		||||
        {"role", 'r', 0, G_OPTION_ARG_STRING, &role, "The role to use", "ROLE"},
 | 
			
		||||
        {NULL}
 | 
			
		||||
    };
 | 
			
		||||
    g_option_context_add_main_entries(context, entries, NULL);
 | 
			
		||||
    g_option_context_add_group(context, gtk_get_option_group(TRUE));
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user