]> git.ipfire.org Git - thirdparty/squid.git/commit - compat/inet_pton.cc
Maintenance: code style updates in libcompat (#880)
authorAmos Jeffries <yadij@users.noreply.github.com>
Wed, 23 Feb 2022 18:42:41 +0000 (18:42 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Wed, 23 Feb 2022 21:09:33 +0000 (21:09 +0000)
commitf70cf39b14872dddac2e14c2858bded78429150a
tree49679c3a1b595f18d8c93785bd69751e99ae6deb
parent0a4c447874832a93e6e08e3baaa474504ce45965
Maintenance: code style updates in libcompat (#880)

The libcompat code is targeted here specifically because it is
rarely touched so is not likely to be soon updated by our
"upgrade when modified" policy for source style changes.

Doing this part of the code semi-manually also allows us
to trivially exclude the directory from automated conversion
attempts and not bother with automating the detection of
whether a .h is included in C files.
17 files changed:
compat/cmsg.h
compat/compat.cc
compat/getaddrinfo.cc
compat/getnameinfo.cc
compat/inet_ntop.cc
compat/inet_pton.cc
compat/mswindows.cc
compat/shm.cc
compat/statvfs.cc
compat/strnstr.cc
compat/xalloc.cc
compat/xalloc.h
compat/xstrerror.h
compat/xstring.cc
compat/xstring.h
compat/xstrto.cc
compat/xstrto.h