@@ -42,14 +42,14 @@ typedef enum {
4242 GIT_ECONFLICT = -13 , /**< Checkout conflicts prevented operation */
4343 GIT_ELOCKED = -14 , /**< Lock file prevented operation */
4444 GIT_EMODIFIED = -15 , /**< Reference value does not match expected */
45- GIT_EAUTH = -16 , /**< Authentication error */
46- GIT_ECERTIFICATE = -17 , /**< Server certificate is invalid */
45+ GIT_EAUTH = -16 , /**< Authentication error */
46+ GIT_ECERTIFICATE = -17 , /**< Server certificate is invalid */
4747 GIT_EAPPLIED = -18 , /**< Patch/merge has already been applied */
48- GIT_EPEEL = -19 , /**< The requested peel operation is not possible */
49- GIT_EEOF = -20 , /**< Unexpected EOF */
50- GIT_EINVALID = -21 , /**< Invalid operation or input */
48+ GIT_EPEEL = -19 , /**< The requested peel operation is not possible */
49+ GIT_EEOF = -20 , /**< Unexpected EOF */
50+ GIT_EINVALID = -21 , /**< Invalid operation or input */
5151 GIT_EUNCOMMITTED = -22 , /**< Uncommitted changes in index prevented operation */
52- GIT_EDIRECTORY = -23 , /**< The operation is not valid for a directory */
52+ GIT_EDIRECTORY = -23 , /**< The operation is not valid for a directory */
5353 GIT_EMERGECONFLICT = -24 , /**< A merge conflict exists and cannot continue */
5454
5555 GIT_PASSTHROUGH = -30 , /**< A user-configured callback refused to act */
0 commit comments