From aebb2679085d2ecc4d1c943ecfb2e87c699f00d0 Mon Sep 17 00:00:00 2001 From: Ingo Molnar Date: Tue, 12 Apr 2005 11:36:26 -0700 Subject: [PATCH] Whitespace Fixes Trivial whitespace fixes. From: Ingo Molnar Signed-off-by: Ingo Molnar Signed-off-by: Petr Baudis --- diff-tree.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'diff-tree.c') diff --git a/diff-tree.c b/diff-tree.c index 04eb933b00..2709f06ba0 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); -- cgit 1.2.3-korg