diff options
| author | Jim Meyering <meyering@redhat.com> | 2010-03-17 18:27:52 +0100 |
|---|---|---|
| committer | Jim Meyering <meyering@redhat.com> | 2010-03-17 18:28:28 +0100 |
| commit | 46e01372773a9ca265009ca085a28aea313a3d73 (patch) | |
| tree | 0357b6f24221c6276e309965e1d2f0c19ebbe550 /src/cut.c | |
| parent | timeout: add the --kill-after option (diff) | |
| download | coreutils-46e01372773a9ca265009ca085a28aea313a3d73.tar.gz coreutils-46e01372773a9ca265009ca085a28aea313a3d73.zip | |
maint: add a space before open-paren, where lacking
* src/copy.c (copy_reg): Likewise.
* src/cut.c (main): Likewise.
* src/dd.c (main): Likewise.
* src/getlimits.c (print_int): Likewise.
* src/join.c (join): Likewise.
* src/pwd.c (logical_getcwd): Likewise.
* src/sort.c (specify_nmerge, mergefps, avoid_trashing_input): Likewise.
(merge): Likewise.
* src/uptime.c (usage): Likewise.
Diffstat (limited to 'src/cut.c')
| -rw-r--r-- | src/cut.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -756,7 +756,7 @@ main (int argc, char **argv) int optc; bool ok; bool delim_specified = false; - char *spec_list_string IF_LINT(= NULL); + char *spec_list_string IF_LINT (= NULL); initialize_main (&argc, &argv); set_program_name (argv[0]); |
