Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

How do you indent?

Name: Anonymous 2009-07-29 12:23

What is your preferred style of code indentation? I personally tend to use the GNU style indent.


static char *
concat (char *s1, char *s2)
{
    while (x == y)
      {
        something ();
        somethingelse ();
      }
    finalthing ();
}

Name: Anonymous 2009-07-29 16:33

Reverse FIOC ftw.

      static char *
      concat (char *s1, char *s2) {
   while (x == y) {
something ();
somethingelse (); }
   finalthing (); }

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List