fixed gcc logging failure
[platform/upstream/glog.git] / src / glog / logging.h.in
index d6cc865..099e33d 100644 (file)
@@ -1113,6 +1113,7 @@ class GOOGLE_GLOG_DLL_DECL LogStreamBuf : public std::streambuf {
   LogStreamBuf(char *buf, int len) {
     setp(buf, buf + len - 2);
   }
+
   // This effectively ignores overflow.
   virtual int_type overflow(int_type ch) {
     return ch;