From 8bdef75d75f991cb89640b8e0e823ecc1c3e9caf Mon Sep 17 00:00:00 2001
From: Rob Landley
An * binds to a variable name not a type name, so space it that way. +(In C "char *a, b;" and "char* a, b;" mean the same thing: "a" is a pointer +but "b" is not. Spacing it the second way is not how C works.)
+If statments with a single line body go on the same line if the result fits in 80 columns, on a second line if it doesn't. We usually only use curly brackets if we need to, either because the body is multiple lines or -- cgit v1.2.3