Fix indentation

This commit is contained in:
Jerry (Xinyu Hou) 2015-11-09 10:52:07 -08:00
parent c259af9b41
commit df89859400
1 changed files with 2 additions and 2 deletions

View File

@ -50,8 +50,8 @@ public:
/*!
This method is equivalent to vsprintf() except it will not write
more than \c n bytes to the buffer, returning -1 if the output
was truncated and the number of bytes written not including the
trailing NUL otherwise.
was truncated and the number of bytes written not including the
trailing NUL otherwise.
*/
virtual int vsnprintf(char* str,
int size, const char* fmt, va_list ap);