mirror of
https://github.com/opnsense/src.git
synced 2026-02-25 11:00:15 -05:00
Also update tests and the manpage. GNU indent had the option earlier as -cs, let's not diverge unnecessarily.
4 lines
54 B
Text
4 lines
54 B
Text
/* $FreeBSD$ */
|
|
void t(void) {
|
|
int a = (double) 8;
|
|
}
|