aboutsummaryrefslogtreecommitdiff
path: root/coreutils/comm.c
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-05-13 00:58:18 +0000
committerMike Frysinger <vapier@gentoo.org>2005-05-13 00:58:18 +0000
commit0fb397e6176bebd31d27f8b2105b808091207366 (patch)
treeca9f0736029c0c5054e5b4b3b1a33edd0ef5a2ee /coreutils/comm.c
parent867a6080fe48b8d23c3845dcb875ba969eeee066 (diff)
downloadbusybox-0fb397e6176bebd31d27f8b2105b808091207366.tar.gz
blah, forgot to save last time to fix whitespacing
Diffstat (limited to 'coreutils/comm.c')
-rw-r--r--coreutils/comm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/comm.c b/coreutils/comm.c
index 7471c3b31..d3ca9c1b7 100644
--- a/coreutils/comm.c
+++ b/coreutils/comm.c
@@ -42,7 +42,7 @@ static void writeline(char *line, int class)
{
if (class == 0) {
if (!only_file_1)
- return;
+ return;
} else if (class == 1) {
if (!only_file_2)
return;