]> granicus.if.org Git - curl/commitdiff
contributors.sh: make 79 the max column width (from 80)
authorDaniel Stenberg <daniel@haxx.se>
Wed, 10 Feb 2016 12:49:42 +0000 (13:49 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 10 Feb 2016 12:49:42 +0000 (13:49 +0100)
scripts/contributors.sh

index a7aba1c8d7135928c6e809c574aeb42a661cf7ee..a4eec0d2e8589814410a9649b4c596281e8ef75b 100755 (executable)
@@ -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
 # you should have received as part of this distribution. The terms
@@ -72,7 +72,7 @@ awk '{
  num++;
  n = sprintf("%s%s%s,", n, length(n)?" ":"", $0);
  #print n;
- if(length(n) > 78) {
+ if(length(n) > 77) {
    printf("  %s\n", p);
    n=sprintf("%s,", $0);
  }