Browse Source

Remove a tab.

Nick Mathewson 6 years ago
parent
commit
6b706bcf19
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/cc/ctassert.h

+ 1 - 1
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