summaryrefslogtreecommitdiff
path: root/commit.c
diff options
context:
space:
mode:
authorTilman Sauerbeck <tilman@code-monkey.de>2006-08-17 18:44:16 (GMT)
committerJunio C Hamano <junkio@cox.net>2006-08-17 21:24:54 (GMT)
commit55c3eb434ab6d489c632263239be15a1054df7f2 (patch)
tree28ed2534ad7b0a2df5b89cf0df7a8dbc0bc4915b /commit.c
parenta89fccd28197fa179828c8596791ff16e2268d20 (diff)
downloadgit-55c3eb434ab6d489c632263239be15a1054df7f2.zip
git-55c3eb434ab6d489c632263239be15a1054df7f2.tar.gz
git-55c3eb434ab6d489c632263239be15a1054df7f2.tar.bz2
Indentation fix.
Signed-off-by: Tilman Sauerbeck <tilman@code-monkey.de> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'commit.c')
-rw-r--r--commit.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/commit.c b/commit.c
index d17451f..00bc3de 100644
--- a/commit.c
+++ b/commit.c
@@ -7,15 +7,15 @@ int save_commit_buffer = 1;
struct sort_node
{
/*
- * the number of children of the associated commit
- * that also occur in the list being sorted.
- */
+ * the number of children of the associated commit
+ * that also occur in the list being sorted.
+ */
unsigned int indegree;
/*
- * reference to original list item that we will re-use
- * on output.
- */
+ * reference to original list item that we will re-use
+ * on output.
+ */
struct commit_list * list_item;
};