bug-indent
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-indent] Comment keeps being moved to the right


From: Jens Schweikhardt
Subject: Re: [Bug-indent] Comment keeps being moved to the right
Date: Wed, 28 May 2003 14:51:24 +0200
User-agent: Mutt/1.4.1i

David,

On Wed, May 28, 2003 at 12:15:35PM +0100, david ingamells wrote:
# Try 2.2.9.

Hmm. 2.2.9 is not mentioned on your home page,
http://home.hccnet.nl/d.ingamells/beautify.html Have I been fooled by a
web cache?

Anyway, I found and compiled it, but the effect persists:

$ cat tst.c
   /* foo */              /* bar */

   /* foo */  int i;      /* bar
                           */
$ gnuindent --version
GNU indent 2.2.9
$ gnuindent -st -kr -npro < tst.c
                          /* foo *//* bar */

                                /* foo */ int i;
                                /* bar
                                 */
$ gnuindent -st -kr -npro < tst.c| gnuindent -st -npro -kr
                                   /* foo *//* bar */

                                /* foo */ int i;
                                /* bar
                                 */


Regards,

        Jens
-- 
Jens Schweikhardt  http://www.schweikhardt.net/
SIGSIG -- signature too long (core dumped)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]