diff options
author | Nick Mathewson <nickm@torproject.org> | 2020-01-10 15:13:30 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2020-02-06 14:54:04 -0500 |
commit | 99a5aecbc779985629abce22dfc00a4e9d6ccb9e (patch) | |
tree | 25ad3754ba87a24f50858f9809a8269dcfe531cb /src/feature/dirparse/authcert_members.h | |
parent | 06a6130666315cb1d385b89d7c95df42ac17db1a (diff) | |
download | tor-99a5aecbc779985629abce22dfc00a4e9d6ccb9e.tar.gz tor-99a5aecbc779985629abce22dfc00a4e9d6ccb9e.zip |
Wrap columnar tables in "clang-format off/on"
These tables have aligned comments, so we don't want clang-format to
mess with them.
Diffstat (limited to 'src/feature/dirparse/authcert_members.h')
-rw-r--r-- | src/feature/dirparse/authcert_members.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/feature/dirparse/authcert_members.h b/src/feature/dirparse/authcert_members.h index c6755bb629..53eab175d6 100644 --- a/src/feature/dirparse/authcert_members.h +++ b/src/feature/dirparse/authcert_members.h @@ -14,6 +14,7 @@ #ifndef TOR_AUTHCERT_MEMBERS_H #define TOR_AUTHCERT_MEMBERS_H +// clang-format off #define AUTHCERT_MEMBERS \ T1("dir-key-certificate-version", K_DIR_KEY_CERTIFICATE_VERSION, \ GE(1), NO_OBJ ), \ @@ -25,5 +26,6 @@ T1("dir-key-certification", K_DIR_KEY_CERTIFICATION,\ NO_ARGS, NEED_OBJ),\ T01("dir-address", K_DIR_ADDRESS, GE(1), NO_OBJ) +// clang-format on #endif /* !defined(TOR_AUTHCERT_MEMBERS_H) */ |