mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-05 09:05:40 +00:00
Use clang-tidy to add curly braces around one-line statements
The command used to reformat the files in this commit was: ./util/run-clang-tidy \ -clang-tidy-binary clang-tidy-11 -clang-apply-replacements-binary clang-apply-replacements-11 \ -checks=-*,readability-braces-around-statements \ -j 9 \ -fix \ -format \ -style=file \ -quiet clang-format -i --style=format $(git ls-files '*.c' '*.h') uncrustify -c .uncrustify.cfg --replace --no-backup $(git ls-files '*.c' '*.h') clang-format -i --style=format $(git ls-files '*.c' '*.h')
This commit is contained in:
@@ -31,16 +31,16 @@
|
||||
*/
|
||||
#include <gssapi/gssapi.h>
|
||||
#include <gssapi/gssapi_krb5.h>
|
||||
#else
|
||||
#else /* ifdef WIN32 */
|
||||
#include ISC_PLATFORM_GSSAPIHEADER
|
||||
#ifdef ISC_PLATFORM_GSSAPI_KRB5_HEADER
|
||||
#include ISC_PLATFORM_GSSAPI_KRB5_HEADER
|
||||
#endif
|
||||
#endif
|
||||
#endif /* ifdef ISC_PLATFORM_GSSAPI_KRB5_HEADER */
|
||||
#endif /* ifdef WIN32 */
|
||||
#ifndef GSS_SPNEGO_MECHANISM
|
||||
#define GSS_SPNEGO_MECHANISM ((void *)0)
|
||||
#endif
|
||||
#endif
|
||||
#endif /* ifndef GSS_SPNEGO_MECHANISM */
|
||||
#endif /* ifdef GSSAPI */
|
||||
|
||||
ISC_LANG_BEGINDECLS
|
||||
|
||||
|
Reference in New Issue
Block a user