TAB should remove from all markdown, use space instead

This commit is contained in:
wujiaxu
2020-08-07 00:04:30 +08:00
parent 2dbbf59b76
commit 36791f1c5f
3 changed files with 25 additions and 25 deletions

View File

@@ -33,7 +33,7 @@ private:
* with arguement 'size_t *size' is recommmended. */
virtual int append(const void *buf, size_t *size)
virtual int append(const void *buf, size_t size);
...
};