[Pcre-svn] [1501] code/trunk/pcre_stringpiece.h.in: Fix styl…

Top Page
Delete this message
Author: Subversion repository
Date:  
To: pcre-svn
Subject: [Pcre-svn] [1501] code/trunk/pcre_stringpiece.h.in: Fix style issue.
Revision: 1501
          http://vcs.pcre.org/viewvc?view=rev&revision=1501
Author:   zherczeg
Date:     2014-09-03 11:18:44 +0100 (Wed, 03 Sep 2014)


Log Message:
-----------
Fix style issue. Forgot the 80 column page width in the previous patch.

Modified Paths:
--------------
    code/trunk/pcre_stringpiece.h.in


Modified: code/trunk/pcre_stringpiece.h.in
===================================================================
--- code/trunk/pcre_stringpiece.h.in    2014-09-03 10:13:33 UTC (rev 1500)
+++ code/trunk/pcre_stringpiece.h.in    2014-09-03 10:18:44 UTC (rev 1501)
@@ -174,6 +174,7 @@
 #endif


 // allow StringPiece to be logged
-PCRECPP_EXP_DECL std::ostream& operator<<(std::ostream& o, const pcrecpp::StringPiece& piece);
+PCRECPP_EXP_DECL std::ostream& operator<<(std::ostream& o,
+                                          const pcrecpp::StringPiece& piece);


#endif /* _PCRE_STRINGPIECE_H */