The branch master has been updated
       via  a3a0b4105709c1312d55906e5f3ee9b69d4af1d6 (commit)
      from  a230b26e0959dc5f072fbbdadcc9ed45e904c50c (commit)


- Log -----------------------------------------------------------------
commit a3a0b4105709c1312d55906e5f3ee9b69d4af1d6
Author: Richard Levitte <levi...@openssl.org>
Date:   Thu Aug 18 13:24:27 2016 +0200

    Simplify indentation of DECLARE_ and IMPLEMENT_ lines
    
    There's no reason we should enumerate every type of IMPLEMENT_ and
    DECLARE_ line (and forget the ones we add a little now and then).
    They all start with the same first word, let's just take'm all.
    
    Reviewed-by: Rich Salz <rs...@openssl.org>

-----------------------------------------------------------------------

Summary of changes:
 util/openssl-format-source | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/util/openssl-format-source b/util/openssl-format-source
index 19f2b72..3dcc128 100755
--- a/util/openssl-format-source
+++ b/util/openssl-format-source
@@ -124,7 +124,7 @@ do
            perl -np \
              -e 's/^([ \t]*)\/\*([ \t]+.*)\*\/[ \t]*$/my ($x1,$x2) = ($1, $2); 
if (length("$x1$x2")<75 && $x2 !~ m#^\s*\*INDENT-(ON|OFF)\*\s*$#) 
{$c="-"}else{$c=""}; "$x1\/*$c$x2*\/"/e;' \
              -e 's/^\/\* ((Copyright|=|----).*)$/\/*-$1/;' \
-             -e 
's/^((DECLARE|IMPLEMENT)_(EXTERN_ASN1|STATIC_ASN1|ASN1|ADB|STACK_OF|PKCS12_STACK_OF|PEM|OBJ|LHASH|DEPRECATED).*)$/\/**INDENT-OFF**\/\n$1\n\/**INDENT-ON**\//;'
 \
+             -e 
's/^((DECLARE|IMPLEMENT)_.*)$/\/**INDENT-OFF**\/\n$1\n\/**INDENT-ON**\//;' \
              -e 's/^([ \t]*(make_dh|make_dh_bn|make_rfc5114_td)\(.*\)[ 
\t,]*)$/\/**INDENT-OFF**\/\n$1\n\/**INDENT-ON**\//;' \
              -e 
's/^(ASN1_ADB_TEMPLATE\(.*)$/\/**INDENT-OFF**\/\n$1\n\/**INDENT-ON**\//;' \
              -e 's/^((ASN1|ADB)_.*_(end|END)\(.*[\){=,;]+[ 
\t]*)$/$1\n\/**INDENT-ON**\//;' \
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits

Reply via email to