mirror of
				https://github.com/QRouland/UTPass.git
				synced 2025-11-03 17:56:30 +00:00 
			
		
		
		
	Style
This commit is contained in:
		@@ -27,7 +27,7 @@ void LibGit::setMode(mode_type type)
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
int LibGit::credentialsCB(git_cred **out, const char *url, const char *username_from_url,
 | 
			
		||||
                           unsigned int allowed_types, void *payload)
 | 
			
		||||
                          unsigned int allowed_types, void *payload)
 | 
			
		||||
{
 | 
			
		||||
    // TODO : More precise Error Handling for UI
 | 
			
		||||
    auto instance = LibGit::instance();
 | 
			
		||||
 
 | 
			
		||||
@@ -27,7 +27,7 @@ private:
 | 
			
		||||
    mode_type mode;
 | 
			
		||||
 | 
			
		||||
    static int credentialsCB(git_cred **out, const char *url, const char *username_from_url,
 | 
			
		||||
                              unsigned int allowed_types, void *payload);
 | 
			
		||||
                             unsigned int allowed_types, void *payload);
 | 
			
		||||
 | 
			
		||||
public:
 | 
			
		||||
    ~LibGit();
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user