diff options
author | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-09-17 16:28:10 +0000 |
---|---|---|
committer | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-09-17 16:28:10 +0000 |
commit | 85e2f33ede6f8cb70f9f50f6fb18c7b0a6082212 (patch) | |
tree | 94c3c0678d1349497abe2db6004e9331e50f6d37 /coreutils/diff.c | |
parent | 75648f106cb64fb6ccbb4a79d89fd6aef7298081 (diff) | |
download | busybox-w32-85e2f33ede6f8cb70f9f50f6fb18c7b0a6082212.tar.gz busybox-w32-85e2f33ede6f8cb70f9f50f6fb18c7b0a6082212.tar.bz2 busybox-w32-85e2f33ede6f8cb70f9f50f6fb18c7b0a6082212.zip |
whitespace cleanup
git-svn-id: svn://busybox.net/trunk/busybox@16142 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'coreutils/diff.c')
-rw-r--r-- | coreutils/diff.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/coreutils/diff.c b/coreutils/diff.c index 22c157412..3c409b2cf 100644 --- a/coreutils/diff.c +++ b/coreutils/diff.c | |||
@@ -820,8 +820,8 @@ static void output(char *file1, FILE * f1, char *file2, FILE * f2) | |||
820 | } | 820 | } |
821 | 821 | ||
822 | /* | 822 | /* |
823 | * The following code uses an algorithm due to Harold Stone, | 823 | * The following code uses an algorithm due to Harold Stone, |
824 | * which finds a pair of longest identical subsequences in | 824 | * which finds a pair of longest identical subsequences in |
825 | * the two files. | 825 | * the two files. |
826 | * | 826 | * |
827 | * The major goal is to generate the match vector J. | 827 | * The major goal is to generate the match vector J. |