summaryrefslogtreecommitdiff
path: root/include/git2/blame.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/git2/blame.h')
-rw-r--r--include/git2/blame.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/blame.h b/include/git2/blame.h
index d193ce14e..33a9fbc98 100644
--- a/include/git2/blame.h
+++ b/include/git2/blame.h
@@ -73,7 +73,7 @@ typedef enum {
GIT_BLAME_USE_MAILMAP = (1<<5),
/** Ignore whitespace differences */
- GIT_BLAME_IGNORE_WHITESPACE = (1<<6),
+ GIT_BLAME_IGNORE_WHITESPACE = (1<<6)
} git_blame_flag_t;
/**