the C/C++/Java code-indenting style of real men. function type, name, and argument list on same line, immediately followed by opening brace. then comes the line break, an indentation, and the body. at the end comes an unindented closing brace:

void money_shot (long sperm_count, void* face) {
   if (sperm_count > 10000) {
      apply_cum(face);
      printf ("Kapow!\n");
   } else {
      printf ("You call yourself a _man_?\n");
      exit (1);
   }
}

practiced by Kernighan and Ritchie. are you calling them pussies?

Log in or register to write something here or to contact authors.