unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* C++ indentation question
@ 2013-01-10  5:37 Shashank Khanvilkar
  2013-01-10 12:38 ` Doug Lewan
  2013-01-10 14:52 ` jack-mac
  0 siblings, 2 replies; 3+ messages in thread
From: Shashank Khanvilkar @ 2013-01-10  5:37 UTC (permalink / raw)
  To: help-gnu-emacs

I have existing code that looks like:
--SNIP--
void foo() {
  int a;
  doSomething();
}
--SNIP--
I need to change this to:
--SNI--
void foo() 
{
  int a;
  doSomething();
}
--SNIP--

How can i do this?


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-01-10 14:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-10  5:37 C++ indentation question Shashank Khanvilkar
2013-01-10 12:38 ` Doug Lewan
2013-01-10 14:52 ` jack-mac

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).