help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: tidy up code


From: Umar Said
Subject: Re: tidy up code
Date: Fri, 21 Dec 2007 12:00:41 +0100 (CET)
User-agent: pan 0.119 (Karma Hunters)

On Fri, 21 Dec 2007 11:41:25 +0100, Torben Knudsen wrote:
> I use the command i.e. M-x indent-region because the key short cut do
> not (always) work for me.

Still no success. Here is the result:

int main(void)
{
int a = 1                               ;
if (a == 1)
cout << "true" << endl                  ;
else
cout << "false" << endl                 ;
return 0
}


reply via email to

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