tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 6b706bcf199b82c6b1a87c839e8d13bf9d8e60b7
parent 3c9dd9ef2d86463e535952528bc5151ce499a74f
Author: Nick Mathewson <nickm@torproject.org>
Date:   Tue,  6 Nov 2018 15:41:32 -0500

Remove a tab.

Diffstat:
Msrc/lib/cc/ctassert.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/cc/ctassert.h b/src/lib/cc/ctassert.h @@ -38,7 +38,7 @@ /** * CTASSERT(expression) * - * Trigger a compiler error if expression is false. + * Trigger a compiler error if expression is false. */ #if __STDC_VERSION__ >= 201112L