bb92a28b2f
Also update tests and the manpage. GNU indent had the option earlier as -cs, let's not diverge unnecessarily.
5 lines
54 B
Plaintext
5 lines
54 B
Plaintext
/* $FreeBSD$ */
|
|
void t(void) {
|
|
int a = (double) 8;
|
|
}
|