From 46271c682968a22f147a29cea2ff3ebc5df3b3f5 Mon Sep 17 00:00:00 2001 From: "Jerry (Xinyu Hou)" Date: Mon, 9 Nov 2015 10:52:07 -0800 Subject: [PATCH] Fix indentation --- src/lib/arch/IArchString.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/arch/IArchString.h b/src/lib/arch/IArchString.h index 8301712878..9d04f4a841 100644 --- a/src/lib/arch/IArchString.h +++ b/src/lib/arch/IArchString.h @@ -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);