Update of /cvsroot/boost/boost/boost/xpressive/detail/utility
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv1958/detail/utility

Modified Files:
        width.hpp 
Log Message:
misc clean-up

Index: width.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/xpressive/detail/utility/width.hpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- width.hpp   17 Apr 2006 19:36:53 -0000      1.2
+++ width.hpp   17 Apr 2007 05:02:39 -0000      1.3
@@ -48,7 +48,7 @@
 
     width &operator |=(width const &that)
     {
-        this->value_ = 
+        this->value_ =
             this->value_ == that.value_
           ? this->value_
           : unknown_width();


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to