contributors.sh: make 79 the max column width (from 80)
This commit is contained in:
parent
3a47657648
commit
5f835fb266
@ -6,7 +6,7 @@
|
|||||||
# | (__| |_| | _ <| |___
|
# | (__| |_| | _ <| |___
|
||||||
# \___|\___/|_| \_\_____|
|
# \___|\___/|_| \_\_____|
|
||||||
#
|
#
|
||||||
# Copyright (C) 2013-2015, Daniel Stenberg, <daniel@haxx.se>, et al.
|
# Copyright (C) 2013-2016, Daniel Stenberg, <daniel@haxx.se>, et al.
|
||||||
#
|
#
|
||||||
# This software is licensed as described in the file COPYING, which
|
# This software is licensed as described in the file COPYING, which
|
||||||
# you should have received as part of this distribution. The terms
|
# you should have received as part of this distribution. The terms
|
||||||
@ -72,7 +72,7 @@ awk '{
|
|||||||
num++;
|
num++;
|
||||||
n = sprintf("%s%s%s,", n, length(n)?" ":"", $0);
|
n = sprintf("%s%s%s,", n, length(n)?" ":"", $0);
|
||||||
#print n;
|
#print n;
|
||||||
if(length(n) > 78) {
|
if(length(n) > 77) {
|
||||||
printf(" %s\n", p);
|
printf(" %s\n", p);
|
||||||
n=sprintf("%s,", $0);
|
n=sprintf("%s,", $0);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user