I've found this patch and it's working:

--- indent.c.orig       Tue Jan 31 18:00:29 2006
+++ indent.c    Sat Sep  2 12:48:07 2006
@@ -1439,6 +1439,7 @@
     {
         char           * t_ptr;
         set_buf_break (bb_const_qualifier, paren_target);
+#if 0  /* fix doubling of C++ tokens */
         *e_code++ = ' ';

         for (t_ptr = token; t_ptr < token_end; ++t_ptr)
@@ -1448,6 +1449,7 @@
         }

         *e_code = '\0';     /* null terminate code sect */
+#endif /* fix doubling of C++ tokens */
     }
     else
     {




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to