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/sort.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/sort.c')
-rw-r--r-- | coreutils/sort.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/sort.c b/coreutils/sort.c index ea7752d2a..d86f8dcde 100644 --- a/coreutils/sort.c +++ b/coreutils/sort.c | |||
@@ -5,7 +5,7 @@ | |||
5 | * Copyright (C) 2004 by Rob Landley <rob@landley.net> | 5 | * Copyright (C) 2004 by Rob Landley <rob@landley.net> |
6 | * | 6 | * |
7 | * MAINTAINER: Rob Landley <rob@landley.net> | 7 | * MAINTAINER: Rob Landley <rob@landley.net> |
8 | * | 8 | * |
9 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. | 9 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. |
10 | * | 10 | * |
11 | * See SuS3 sort standard at: | 11 | * See SuS3 sort standard at: |