diff options
author | Linquize <linquize@yahoo.com.hk> | 2013-05-15 20:26:55 +0800 |
---|---|---|
committer | Linquize <linquize@yahoo.com.hk> | 2013-05-15 20:26:55 +0800 |
commit | 0cb16fe924fb5c4e58866c28b06ace876e2dcbd3 (patch) | |
tree | f1c4e33497c216c333dc0133d8a15fcd137c358b /include/git2/merge.h | |
parent | bc2020d64869aa19a88b71aee33a24b54c178dab (diff) | |
download | libgit2-0cb16fe924fb5c4e58866c28b06ace876e2dcbd3.tar.gz |
Unify whitespaces to tabs
Diffstat (limited to 'include/git2/merge.h')
-rw-r--r-- | include/git2/merge.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/merge.h b/include/git2/merge.h index 8ca90b95f..738d8e028 100644 --- a/include/git2/merge.h +++ b/include/git2/merge.h @@ -54,7 +54,7 @@ typedef struct { */ unsigned int target_limit; - /** Pluggable similarity metric; pass NULL to use internal metric */ + /** Pluggable similarity metric; pass NULL to use internal metric */ git_diff_similarity_metric *metric; /** Flags for automerging content. */ |