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 /src/attr_file.h | |
parent | bc2020d64869aa19a88b71aee33a24b54c178dab (diff) | |
download | libgit2-0cb16fe924fb5c4e58866c28b06ace876e2dcbd3.tar.gz |
Unify whitespaces to tabs
Diffstat (limited to 'src/attr_file.h')
-rw-r--r-- | src/attr_file.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/attr_file.h b/src/attr_file.h index d8abcda58..15bba1c6a 100644 --- a/src/attr_file.h +++ b/src/attr_file.h @@ -47,14 +47,14 @@ typedef struct { typedef struct { git_refcount unused; const char *name; - uint32_t name_hash; + uint32_t name_hash; } git_attr_name; typedef struct { git_refcount rc; /* for macros */ char *name; - uint32_t name_hash; - const char *value; + uint32_t name_hash; + const char *value; } git_attr_assignment; typedef struct { |