Explorar el Código

Remove a tab.

Nick Mathewson hace 7 años
padre
commit
6b706bcf19
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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