diff options
| author | Vicent Marti <tanoku@gmail.com> | 2010-05-28 00:23:43 +0200 |
|---|---|---|
| committer | Andreas Ericsson <ae@op5.se> | 2010-06-02 10:32:07 +0200 |
| commit | 9b3577eda0e6bb13d18a304763b91665575adfd3 (patch) | |
| tree | f89099c671ed8df50e040b7a62989b451366d084 /src/revwalk.h | |
| parent | 0cf02ff92d5c08516ff2253f59daad1c4c582d8f (diff) | |
| download | libgit2-9b3577eda0e6bb13d18a304763b91665575adfd3.tar.gz | |
Fixed brace placement and converted spaces to tabs.
Signed-off-by: Vicent Marti <tanoku@gmail.com>
Signed-off-by: Andreas Ericsson <ae@op5.se>
Diffstat (limited to 'src/revwalk.h')
| -rw-r--r-- | src/revwalk.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/revwalk.h b/src/revwalk.h index da8182721..bff873e98 100644 --- a/src/revwalk.h +++ b/src/revwalk.h @@ -7,14 +7,14 @@ struct git_revpool { git_odb *db; - git_commit_list iterator; - git_commit *(*next_commit)(git_commit_list *); + git_commit_list iterator; + git_commit *(*next_commit)(git_commit_list *); - git_commit_list roots; - git_revpool_table *commits; + git_commit_list roots; + git_revpool_table *commits; - unsigned walking:1; - unsigned char sorting; + unsigned walking:1; + unsigned char sorting; }; void gitrp__prepare_walk(git_revpool *pool); |
