commit 6b706bcf199b82c6b1a87c839e8d13bf9d8e60b7 Author: Nick Mathewson nickm@torproject.org Date: Tue Nov 6 15:41:32 2018 -0500
Remove a tab. --- src/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 index 5a1b137cb..674c0c2e1 100644 --- 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