diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-11-06 15:41:32 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-11-06 15:41:32 -0500 |
commit | 6b706bcf199b82c6b1a87c839e8d13bf9d8e60b7 (patch) | |
tree | 3870e3c72e0e25e481968205ca3a50853cfb1a0d /src/lib/cc | |
parent | 3c9dd9ef2d86463e535952528bc5151ce499a74f (diff) | |
download | tor-6b706bcf199b82c6b1a87c839e8d13bf9d8e60b7.tar.gz tor-6b706bcf199b82c6b1a87c839e8d13bf9d8e60b7.zip |
Remove a tab.
Diffstat (limited to 'src/lib/cc')
-rw-r--r-- | src/lib/cc/ctassert.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/cc/ctassert.h b/src/lib/cc/ctassert.h index 5a1b137cba..674c0c2e10 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 |