all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / 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

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.