* [PATCH] Indentation fix.
@ 2006-08-17 18:44 Tilman Sauerbeck
0 siblings, 0 replies; only message in thread
From: Tilman Sauerbeck @ 2006-08-17 18:44 UTC (permalink / raw)
To: git
Signed-off-by: Tilman Sauerbeck <tilman@code-monkey.de>
---
This trivial patch fixes some tab vs space mixup.
commit.c | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/commit.c b/commit.c
index 972d1b7..3b2f4a7 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;
};
--
1.4.2
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2006-08-17 19:07 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-17 18:44 [PATCH] Indentation fix Tilman Sauerbeck
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.