Merge branch 'nd/indent-fix-connect-c'
* nd/indent-fix-connect-c: connect.c: SP after "}", not TAB
This commit is contained in:
		@ -727,7 +727,7 @@ struct child_process *git_connect(int fd[2], const char *url,
 | 
				
			|||||||
				*arg++ = port;
 | 
									*arg++ = port;
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
			*arg++ = ssh_host;
 | 
								*arg++ = ssh_host;
 | 
				
			||||||
		}	else {
 | 
							} else {
 | 
				
			||||||
			/* remove repo-local variables from the environment */
 | 
								/* remove repo-local variables from the environment */
 | 
				
			||||||
			conn->env = local_repo_env;
 | 
								conn->env = local_repo_env;
 | 
				
			||||||
			conn->use_shell = 1;
 | 
								conn->use_shell = 1;
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user