diff options
| author | Denys Vlasenko <vda.linux@googlemail.com> | 2024-12-13 19:43:53 +0100 |
|---|---|---|
| committer | Denys Vlasenko <vda.linux@googlemail.com> | 2024-12-13 19:43:53 +0100 |
| commit | f4f8dc68645c061d4ccec5481bc3a659b02bc84f (patch) | |
| tree | 2be3c1611bde98beba75197887f1d4c83544d171 | |
| parent | ed6561685c8b37141a17459655774ec3386dd021 (diff) | |
| download | busybox-w32-f4f8dc68645c061d4ccec5481bc3a659b02bc84f.tar.gz busybox-w32-f4f8dc68645c061d4ccec5481bc3a659b02bc84f.tar.bz2 busybox-w32-f4f8dc68645c061d4ccec5481bc3a659b02bc84f.zip | |
cut: whitespace fixes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| -rw-r--r-- | coreutils/cut.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/coreutils/cut.c b/coreutils/cut.c index e624ab4a5..6eac7793f 100644 --- a/coreutils/cut.c +++ b/coreutils/cut.c | |||
| @@ -285,9 +285,9 @@ int cut_main(int argc UNUSED_PARAM, char **argv) | |||
| 285 | regex_t reg; | 285 | regex_t reg; |
| 286 | #endif | 286 | #endif |
| 287 | #if ENABLE_LONG_OPTS | 287 | #if ENABLE_LONG_OPTS |
| 288 | static const char cut_longopts[] ALIGN1 = | 288 | static const char cut_longopts[] ALIGN1 = |
| 289 | "output-delimiter\0" Required_argument "O" | 289 | "output-delimiter\0" Required_argument "O" |
| 290 | ; | 290 | ; |
| 291 | #endif | 291 | #endif |
| 292 | 292 | ||
| 293 | #define ARG "bcf"IF_FEATURE_CUT_REGEX("F") | 293 | #define ARG "bcf"IF_FEATURE_CUT_REGEX("F") |
