summaryrefslogtreecommitdiff
path: root/diff-tree.c
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2005-04-12 18:36:26 (GMT)
committerPetr Baudis <xpasky@machine>2005-04-13 09:35:04 (GMT)
commitaebb2679085d2ecc4d1c943ecfb2e87c699f00d0 (patch)
tree0ba51186089993112337d5b34a9ee23fe7cf4fdb /diff-tree.c
parent42d545e8ff33f478a4b7b99562ab073d8820b334 (diff)
downloadgit-aebb2679085d2ecc4d1c943ecfb2e87c699f00d0.zip
git-aebb2679085d2ecc4d1c943ecfb2e87c699f00d0.tar.gz
git-aebb2679085d2ecc4d1c943ecfb2e87c699f00d0.tar.bz2
[PATCH] Whitespace Fixes
Trivial whitespace fixes. From: Ingo Molnar <mingo@elte.hu> Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Petr Baudis <pasky@ucw.cz>
Diffstat (limited to 'diff-tree.c')
-rw-r--r--diff-tree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/diff-tree.c b/diff-tree.c
index 04eb933..2709f06 100644
--- a/diff-tree.c
+++ b/diff-tree.c
@@ -103,7 +103,7 @@ static int compare_tree_entry(void *tree1, unsigned long size1, void *tree2, uns
/*
* If the filemode has changed to/from a directory from/to a regular
- * file, we need to consider it a remove and an add.
+ * file, we need to consider it a remove and an add.
*/
if (S_ISDIR(mode1) != S_ISDIR(mode2)) {
show_file("-", tree1, size1, base);