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