Author: wyoung
Date: Thu Nov 20 19:09:54 2008
New Revision: 2422

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

Modified:
    trunk/examples/cmdline.h
    trunk/examples/cpool.cpp
    trunk/examples/dbinfo.cpp
    trunk/examples/deadlock.cpp
    trunk/examples/fieldinf.cpp
    trunk/examples/for_each.cpp
    trunk/examples/load_jpeg.cpp
    trunk/examples/multiquery.cpp
    trunk/examples/printdata.cpp
    trunk/examples/printdata.h
    trunk/examples/resetdb.cpp
    trunk/examples/simple1.cpp
    trunk/examples/simple2.cpp
    trunk/examples/simple3.cpp
    trunk/examples/ssqls1.cpp
    trunk/examples/ssqls2.cpp
    trunk/examples/ssqls3.cpp
    trunk/examples/ssqls4.cpp
    trunk/examples/ssqls5.cpp
    trunk/examples/stock.h
    trunk/examples/store_if.cpp
    trunk/examples/tquery1.cpp
    trunk/examples/tquery2.cpp
    trunk/examples/tquery3.cpp
    trunk/examples/transaction.cpp
    trunk/lib/beemutex.cpp
    trunk/lib/beemutex.h
    trunk/lib/connection.cpp
    trunk/lib/connection.h
    trunk/lib/datetime.cpp
    trunk/lib/dbdriver.cpp
    trunk/lib/dbdriver.h
    trunk/lib/exceptions.h
    trunk/lib/field_names.cpp
    trunk/lib/manip.h
    trunk/lib/mysql++.cpp
    trunk/lib/mystring.cpp
    trunk/lib/mystring.h
    trunk/lib/options.h
    trunk/lib/query.cpp
    trunk/lib/query.h
    trunk/lib/result.cpp
    trunk/lib/result.h
    trunk/lib/row.cpp
    trunk/lib/row.h
    trunk/lib/sql_buffer.cpp
    trunk/lib/sql_buffer.h
    trunk/lib/ssqls.pl
    trunk/lib/stadapter.cpp
    trunk/lib/type_info.cpp
    trunk/lib/uds_connection.cpp
    trunk/lib/vallist.h
    trunk/test/array_index.cpp
    trunk/test/cpool.cpp
    trunk/test/datetime.cpp
    trunk/test/inttypes.cpp
    trunk/test/null_comparison.cpp
    trunk/test/null_uniqueness.cpp
    trunk/test/string.cpp
    trunk/test/uds.cpp
    trunk/test/wnp.cpp

[This mail would be too long, it was shortened to contain the URLs only.]

Modified: trunk/examples/cmdline.h
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/examples/cmdline.h?rev=2422&r1=2421&r2=2422&view=diff

Modified: trunk/examples/cpool.cpp
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/examples/cpool.cpp?rev=2422&r1=2421&r2=2422&view=diff

Modified: trunk/examples/dbinfo.cpp
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/examples/dbinfo.cpp?rev=2422&r1=2421&r2=2422&view=diff

Modified: trunk/examples/deadlock.cpp
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/examples/deadlock.cpp?rev=2422&r1=2421&r2=2422&view=diff

Modified: trunk/examples/fieldinf.cpp
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/examples/fieldinf.cpp?rev=2422&r1=2421&r2=2422&view=diff

Modified: trunk/examples/for_each.cpp
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/examples/for_each.cpp?rev=2422&r1=2421&r2=2422&view=diff

Modified: trunk/examples/load_jpeg.cpp
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/examples/load_jpeg.cpp?rev=2422&r1=2421&r2=2422&view=diff

Modified: trunk/examples/multiquery.cpp
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/examples/multiquery.cpp?rev=2422&r1=2421&r2=2422&view=diff

Modified: trunk/examples/printdata.cpp
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/examples/printdata.cpp?rev=2422&r1=2421&r2=2422&view=diff

Modified: trunk/examples/printdata.h
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/examples/printdata.h?rev=2422&r1=2421&r2=2422&view=diff

Modified: trunk/examples/resetdb.cpp
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/examples/resetdb.cpp?rev=2422&r1=2421&r2=2422&view=diff

Modified: trunk/examples/simple1.cpp
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/examples/simple1.cpp?rev=2422&r1=2421&r2=2422&view=diff

Modified: trunk/examples/simple2.cpp
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/examples/simple2.cpp?rev=2422&r1=2421&r2=2422&view=diff

Modified: trunk/examples/simple3.cpp
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/examples/simple3.cpp?rev=2422&r1=2421&r2=2422&view=diff

Modified: trunk/examples/ssqls1.cpp
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/examples/ssqls1.cpp?rev=2422&r1=2421&r2=2422&view=diff

Modified: trunk/examples/ssqls2.cpp
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/examples/ssqls2.cpp?rev=2422&r1=2421&r2=2422&view=diff

Modified: trunk/examples/ssqls3.cpp
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/examples/ssqls3.cpp?rev=2422&r1=2421&r2=2422&view=diff

Modified: trunk/examples/ssqls4.cpp
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/examples/ssqls4.cpp?rev=2422&r1=2421&r2=2422&view=diff

Modified: trunk/examples/ssqls5.cpp
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/examples/ssqls5.cpp?rev=2422&r1=2421&r2=2422&view=diff

Modified: trunk/examples/stock.h
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/examples/stock.h?rev=2422&r1=2421&r2=2422&view=diff

Modified: trunk/examples/store_if.cpp
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/examples/store_if.cpp?rev=2422&r1=2421&r2=2422&view=diff

Modified: trunk/examples/tquery1.cpp
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/examples/tquery1.cpp?rev=2422&r1=2421&r2=2422&view=diff

Modified: trunk/examples/tquery2.cpp
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/examples/tquery2.cpp?rev=2422&r1=2421&r2=2422&view=diff

Modified: trunk/examples/tquery3.cpp
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/examples/tquery3.cpp?rev=2422&r1=2421&r2=2422&view=diff

Modified: trunk/examples/transaction.cpp
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/examples/transaction.cpp?rev=2422&r1=2421&r2=2422&view=diff

Modified: trunk/lib/beemutex.cpp
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/lib/beemutex.cpp?rev=2422&r1=2421&r2=2422&view=diff

Modified: trunk/lib/beemutex.h
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/lib/beemutex.h?rev=2422&r1=2421&r2=2422&view=diff

Modified: trunk/lib/connection.cpp
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/lib/connection.cpp?rev=2422&r1=2421&r2=2422&view=diff

Modified: trunk/lib/connection.h
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/lib/connection.h?rev=2422&r1=2421&r2=2422&view=diff

Modified: trunk/lib/datetime.cpp
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/lib/datetime.cpp?rev=2422&r1=2421&r2=2422&view=diff

Modified: trunk/lib/dbdriver.cpp
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/lib/dbdriver.cpp?rev=2422&r1=2421&r2=2422&view=diff

Modified: trunk/lib/dbdriver.h
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/lib/dbdriver.h?rev=2422&r1=2421&r2=2422&view=diff

Modified: trunk/lib/exceptions.h
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/lib/exceptions.h?rev=2422&r1=2421&r2=2422&view=diff

Modified: trunk/lib/field_names.cpp
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/lib/field_names.cpp?rev=2422&r1=2421&r2=2422&view=diff

Modified: trunk/lib/manip.h
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/lib/manip.h?rev=2422&r1=2421&r2=2422&view=diff

Modified: trunk/lib/mysql++.cpp
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/lib/mysql%2B%2B.cpp?rev=2422&r1=2421&r2=2422&view=diff

Modified: trunk/lib/mystring.cpp
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/lib/mystring.cpp?rev=2422&r1=2421&r2=2422&view=diff

Modified: trunk/lib/mystring.h
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/lib/mystring.h?rev=2422&r1=2421&r2=2422&view=diff

Modified: trunk/lib/options.h
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/lib/options.h?rev=2422&r1=2421&r2=2422&view=diff

Modified: trunk/lib/query.cpp
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/lib/query.cpp?rev=2422&r1=2421&r2=2422&view=diff

Modified: trunk/lib/query.h
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/lib/query.h?rev=2422&r1=2421&r2=2422&view=diff

Modified: trunk/lib/result.cpp
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/lib/result.cpp?rev=2422&r1=2421&r2=2422&view=diff

Modified: trunk/lib/result.h
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/lib/result.h?rev=2422&r1=2421&r2=2422&view=diff

Modified: trunk/lib/row.cpp
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/lib/row.cpp?rev=2422&r1=2421&r2=2422&view=diff

Modified: trunk/lib/row.h
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/lib/row.h?rev=2422&r1=2421&r2=2422&view=diff

Modified: trunk/lib/sql_buffer.cpp
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/lib/sql_buffer.cpp?rev=2422&r1=2421&r2=2422&view=diff

Modified: trunk/lib/sql_buffer.h
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/lib/sql_buffer.h?rev=2422&r1=2421&r2=2422&view=diff

Modified: trunk/lib/ssqls.pl
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/lib/ssqls.pl?rev=2422&r1=2421&r2=2422&view=diff

Modified: trunk/lib/stadapter.cpp
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/lib/stadapter.cpp?rev=2422&r1=2421&r2=2422&view=diff

Modified: trunk/lib/type_info.cpp
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/lib/type_info.cpp?rev=2422&r1=2421&r2=2422&view=diff

Modified: trunk/lib/uds_connection.cpp
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/lib/uds_connection.cpp?rev=2422&r1=2421&r2=2422&view=diff

Modified: trunk/lib/vallist.h
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/lib/vallist.h?rev=2422&r1=2421&r2=2422&view=diff

Modified: trunk/test/array_index.cpp
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/test/array_index.cpp?rev=2422&r1=2421&r2=2422&view=diff

Modified: trunk/test/cpool.cpp
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/test/cpool.cpp?rev=2422&r1=2421&r2=2422&view=diff

Modified: trunk/test/datetime.cpp
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/test/datetime.cpp?rev=2422&r1=2421&r2=2422&view=diff

Modified: trunk/test/inttypes.cpp
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/test/inttypes.cpp?rev=2422&r1=2421&r2=2422&view=diff

Modified: trunk/test/null_comparison.cpp
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/test/null_comparison.cpp?rev=2422&r1=2421&r2=2422&view=diff

Modified: trunk/test/null_uniqueness.cpp
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/test/null_uniqueness.cpp?rev=2422&r1=2421&r2=2422&view=diff

Modified: trunk/test/string.cpp
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/test/string.cpp?rev=2422&r1=2421&r2=2422&view=diff

Modified: trunk/test/uds.cpp
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/test/uds.cpp?rev=2422&r1=2421&r2=2422&view=diff

Modified: trunk/test/wnp.cpp
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/test/wnp.cpp?rev=2422&r1=2421&r2=2422&view=diff


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

Reply via email to