copyright: Update copyright in sort_includes.py
[gem5.git] / util / systemc / sc_logger.cc
index 8f8abaeb6e3660c012383ddff5fd17c84c9626ee..a8b9020f4039083b161e6b5f13ab57fbc7506090 100644 (file)
@@ -87,10 +87,10 @@ void CuttingStreambuf::outputLine()
 /** This is pretty much the least efficient way of doing this, but it has the
  *  advantage of having very few corners to get wrong.
  *
- *  A newly allocated streambuf will have no buffer to serve to its [oi]stream.
- *  It will, therefore, call overflow for every character it wants to insert
- *  into the output stream.  Those characters are captured one by one here and
- *  added to this->line. */
+ *  A newly allocated streambuf will have no buffer to serve to its
+ *  [oi]stream.  It will, therefore, call overflow for every character it
+ *  wants to insert into the output stream.  Those characters are captured one
+ *  by one here and added to this->line. */
 int
 CuttingStreambuf::overflow(int chr)
 {