summaryrefslogtreecommitdiff
path: root/include/git2/errors.h
diff options
context:
space:
mode:
authorJosh Bleecher Snyder <josharian@gmail.com>2020-02-06 21:29:24 -0800
committerJosh Bleecher Snyder <josharian@gmail.com>2020-02-07 09:44:21 -0800
commitb8aedc84ca8023fac781097fc5fdaabf43def825 (patch)
tree84fec34560c8daccd2939976327fc1c4f1a87d89 /include/git2/errors.h
parent03ac24b1195e1ffb69a242eb77acce903812f032 (diff)
downloadlibgit2-b8aedc84ca8023fac781097fc5fdaabf43def825.tar.gz
use consistent whitespace before comments
Diffstat (limited to 'include/git2/errors.h')
-rw-r--r--include/git2/errors.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/include/git2/errors.h b/include/git2/errors.h
index 5c85c4d6c..b4cb87f7a 100644
--- a/include/git2/errors.h
+++ b/include/git2/errors.h
@@ -42,14 +42,14 @@ typedef enum {
GIT_ECONFLICT = -13, /**< Checkout conflicts prevented operation */
GIT_ELOCKED = -14, /**< Lock file prevented operation */
GIT_EMODIFIED = -15, /**< Reference value does not match expected */
- GIT_EAUTH = -16, /**< Authentication error */
- GIT_ECERTIFICATE = -17, /**< Server certificate is invalid */
+ GIT_EAUTH = -16, /**< Authentication error */
+ GIT_ECERTIFICATE = -17, /**< Server certificate is invalid */
GIT_EAPPLIED = -18, /**< Patch/merge has already been applied */
- GIT_EPEEL = -19, /**< The requested peel operation is not possible */
- GIT_EEOF = -20, /**< Unexpected EOF */
- GIT_EINVALID = -21, /**< Invalid operation or input */
+ GIT_EPEEL = -19, /**< The requested peel operation is not possible */
+ GIT_EEOF = -20, /**< Unexpected EOF */
+ GIT_EINVALID = -21, /**< Invalid operation or input */
GIT_EUNCOMMITTED = -22, /**< Uncommitted changes in index prevented operation */
- GIT_EDIRECTORY = -23, /**< The operation is not valid for a directory */
+ GIT_EDIRECTORY = -23, /**< The operation is not valid for a directory */
GIT_EMERGECONFLICT = -24, /**< A merge conflict exists and cannot continue */
GIT_PASSTHROUGH = -30, /**< A user-configured callback refused to act */