]> git.ipfire.org Git - thirdparty/openvpn.git/commit
use 'static inline' instead of 'inline static'
authorAntonio Quartulli <a@unstable.cc>
Mon, 17 Jan 2022 09:35:08 +0000 (10:35 +0100)
committerGert Doering <gert@greenie.muc.de>
Tue, 18 Jan 2022 12:51:45 +0000 (13:51 +0100)
commit943fb256ded24e8637a2bbaabd525e4b85ecc810
treedeb4c35f66f1d352f40cbe4987c60f8652748dd3
parent3272a04a36aabea6885c75c65dbb2d141676f652
use 'static inline' instead of 'inline static'

There are 2 occurrences where the order 'inline static' is used when
defining a function, while the rest of the code uses the definitely
more common form 'static inline'.

Convert those 2 occurrences to the common format.

Reported-by: Lev Stipakov <lev@openvpn.net>
Signed-off-by: Antonio Quartulli <a@unstable.cc>
Acked-by: Lev Stipakov <lstipakov@gmail.com>
Message-Id: <20220117093508.17681-1-a@unstable.cc>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg23554.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
src/openvpn/buffer.h
src/openvpn/proto.h