Skip to content

Commit b8aedc8

Browse files
committed
use consistent whitespace before comments
1 parent 03ac24b commit b8aedc8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

include/git2/errors.h

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)