Author: wyoung
Date: Mon Oct 27 20:11:29 2008
New Revision: 2378

URL: http://svn.gna.org/viewcvs/mysqlpp?rev=2378&view=rev
Log:
Whitespace change

Modified:
    trunk/lib/null.h

Modified: trunk/lib/null.h
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/lib/null.h?rev=2378&r1=2377&r2=2378&view=diff
==============================================================================
--- trunk/lib/null.h (original)
+++ trunk/lib/null.h Mon Oct 27 20:11:29 2008
@@ -166,7 +166,8 @@
 /// for a null \c int is different than for a null \c string, to pick
 /// two random examples.  See type_info.cpp for the table SQL types that
 /// can be null.
-template <class Type, class Behavior = NullIsNull> class Null
+template <class Type, class Behavior = NullIsNull>
+class Null
 {
 public:
        /// \brief The object's value, when it is not SQL null


_______________________________________________
Mysqlpp-commits mailing list
[email protected]
https://mail.gna.org/listinfo/mysqlpp-commits

Reply via email to