Unify whitespaces to tabs

This commit is contained in:
Linquize
2013-05-15 20:26:55 +08:00
parent bc2020d648
commit 0cb16fe924
23 changed files with 164 additions and 164 deletions

View File

@@ -20,8 +20,8 @@ GIT_BEGIN_DECL
/** Array of strings */
typedef struct git_strarray {
char **strings;
size_t count;
char **strings;
size_t count;
} git_strarray;
/**