Skip to content

Commit 55c3eb4

Browse files
tilman2Junio C Hamano
authored andcommitted
Indentation fix.
Signed-off-by: Tilman Sauerbeck <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent a89fccd commit 55c3eb4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

commit.c

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ int save_commit_buffer = 1;
77
struct sort_node
88
{
99
/*
10-
* the number of children of the associated commit
11-
* that also occur in the list being sorted.
12-
*/
10+
* the number of children of the associated commit
11+
* that also occur in the list being sorted.
12+
*/
1313
unsigned int indegree;
1414

1515
/*
16-
* reference to original list item that we will re-use
17-
* on output.
18-
*/
16+
* reference to original list item that we will re-use
17+
* on output.
18+
*/
1919
struct commit_list * list_item;
2020

2121
};

0 commit comments

Comments
 (0)