diff options
author | Ingo Molnar <mingo@elte.hu> | 2005-04-12 11:36:26 -0700 |
---|---|---|
committer | Petr Baudis <xpasky@machine> | 2005-04-13 02:35:04 -0700 |
commit | aebb2679085d2ecc4d1c943ecfb2e87c699f00d0 (patch) | |
tree | 0ba51186089993112337d5b34a9ee23fe7cf4fdb /diff-tree.c | |
parent | [PATCH] No need to clean temp_git_file_* anymore (diff) | |
download | tgif-aebb2679085d2ecc4d1c943ecfb2e87c699f00d0.tar.xz |
[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.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |