[svn] commit: r1692 - /trunk/src/lib/xfr/python_xfr.cc

BIND 10 source code commits bind10-changes at lists.isc.org
Wed Apr 7 23:50:57 UTC 2010


Author: jinmei
Date: Wed Apr  7 23:50:57 2010
New Revision: 1692

Log:
cleanup: removed redundant spaces

Modified:
    trunk/src/lib/xfr/python_xfr.cc

Modified: trunk/src/lib/xfr/python_xfr.cc
==============================================================================
--- trunk/src/lib/xfr/python_xfr.cc (original)
+++ trunk/src/lib/xfr/python_xfr.cc Wed Apr  7 23:50:57 2010
@@ -28,10 +28,8 @@
 using namespace isc::xfr;
 using namespace boost::python;
 
-     
 BOOST_PYTHON_MODULE(bind10_xfr)
 {
     def("recv_fd", &recv_fd);
     def("send_fd", &send_fd);
 }
- 




More information about the bind10-changes mailing list