aboutsummaryrefslogtreecommitdiff
path: root/src/lib/cc
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-11-06 15:41:32 -0500
committerNick Mathewson <nickm@torproject.org>2018-11-06 15:41:32 -0500
commit6b706bcf199b82c6b1a87c839e8d13bf9d8e60b7 (patch)
tree3870e3c72e0e25e481968205ca3a50853cfb1a0d /src/lib/cc
parent3c9dd9ef2d86463e535952528bc5151ce499a74f (diff)
downloadtor-6b706bcf199b82c6b1a87c839e8d13bf9d8e60b7.tar.gz
tor-6b706bcf199b82c6b1a87c839e8d13bf9d8e60b7.zip
Remove a tab.
Diffstat (limited to 'src/lib/cc')
-rw-r--r--src/lib/cc/ctassert.h2
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