Remove a tab.

This commit is contained in:
Nick Mathewson 2018-11-06 15:41:32 -05:00
parent 3c9dd9ef2d
commit 6b706bcf19

View File

@ -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