diff options
author | teor <teor@torproject.org> | 2019-11-14 16:28:39 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2019-11-14 16:28:39 +1000 |
commit | d19f370aa2dbffe72587b6af9f7119a36ea7c25a (patch) | |
tree | ffe2348c4a5d605d53153f425e4ba2f5de6b81ce /src/lib/conf | |
parent | 0df8bcfb6fc31fabccf480f5a153174360dffc7a (diff) | |
download | tor-d19f370aa2dbffe72587b6af9f7119a36ea7c25a.tar.gz tor-d19f370aa2dbffe72587b6af9f7119a36ea7c25a.zip |
Run "make autostyle"
Diffstat (limited to 'src/lib/conf')
-rw-r--r-- | src/lib/conf/confdecl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/conf/confdecl.h b/src/lib/conf/confdecl.h index 26c71e1d43..294a1e7173 100644 --- a/src/lib/conf/confdecl.h +++ b/src/lib/conf/confdecl.h @@ -134,7 +134,7 @@ .initvalue = initval \ }, /**@}*/ -#endif +#endif /* !defined(COCCI) */ /** Type aliases for the "commonly used" configuration types. * |