Simplify indentation of DECLARE_ and IMPLEMENT_ lines
authorRichard Levitte <levitte@openssl.org>
Thu, 18 Aug 2016 11:24:27 +0000 (13:24 +0200)
committerRichard Levitte <levitte@openssl.org>
Thu, 18 Aug 2016 12:40:37 +0000 (14:40 +0200)
commita3a0b4105709c1312d55906e5f3ee9b69d4af1d6
treeed6a731f615bf5fcc6931709f8fe251702fe11a3
parenta230b26e0959dc5f072fbbdadcc9ed45e904c50c
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 <rsalz@openssl.org>
util/openssl-format-source