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