mirror of
https://github.com/QRouland/UTPass.git
synced 2026-01-10 03:26:57 +00:00
Foramtting
This commit is contained in:
@@ -22,7 +22,8 @@ enum class GitCloneErrorCode {
|
||||
* @param error A pointer to the git_error structure
|
||||
* @return Corresponding GitCloneErrorCode integer value
|
||||
*/
|
||||
inline GitCloneErrorCode gitErrorToGitCloneErrorCode(const git_error* error) {
|
||||
inline GitCloneErrorCode gitErrorToGitCloneErrorCode(const git_error* error)
|
||||
{
|
||||
if (error == nullptr) {
|
||||
return GitCloneErrorCode::Successful; ///< Default error if null
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user