Update of /cvsroot/boost/boost/libs/python/src/converter
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv22913

Modified Files:
      Tag: RC_1_34_0
        type_id.cpp 
Log Message:
(merge from head)
removed tabs (inspect tool)

Index: type_id.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/python/src/converter/type_id.cpp,v
retrieving revision 1.16
retrieving revision 1.16.2.1
diff -u -d -r1.16 -r1.16.2.1
--- type_id.cpp 15 Feb 2006 19:57:16 -0000      1.16
+++ type_id.cpp 24 Jul 2006 22:16:56 -0000      1.16.2.1
@@ -14,7 +14,7 @@
 
 #if defined(__QNXNTO__)
 # include <ostream>
-#else                                          /*      defined(__QNXNTO__)     
*/
+#else                       /*  defined(__QNXNTO__) */
 
 #if !defined(__GNUC__) || __GNUC__ >= 3 || __SGI_STL_PORT || __EDG_VERSION__
 # include <ostream>
@@ -35,7 +35,7 @@
 #    include <cxxabi.h>
 #   endif
 #  endif 
-#endif                                                 /*      
defined(__QNXNTO__)     */
+#endif                      /*  defined(__QNXNTO__) */
 
 namespace boost { namespace python {
 
@@ -45,7 +45,7 @@
 namespace cxxabi {
 extern "C" char* __cxa_demangle(char const*, char*, std::size_t*, int*);
 }
-#   else                                       /*      defined(__QNXNTO__)     
*/
+#   else                    /*  defined(__QNXNTO__) */
 
 #    ifdef __GNUC__
 #     if __GNUC__ < 3
@@ -61,10 +61,10 @@
 {
   extern "C" char* __cxa_demangle(char const*, char*, std::size_t*, int*);
 }
-#      endif                   /*      __GNUC__ == 3 && __GNUC_MINOR__ == 0    
*/
-#     endif                            /*      __GNUC__ < 3                    
                                */
-#    endif                             /*      __GNUC__                        
                                        */ 
-#   endif                              /*      defined(__QNXNTO__)             
                                */ 
+#      endif            /*  __GNUC__ == 3 && __GNUC_MINOR__ == 0    */
+#     endif             /*  __GNUC__ < 3                            */
+#    endif              /*  __GNUC__                                */
+#   endif               /*  defined(__QNXNTO__)                     */
 
 namespace
 {


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to