mirror of
https://github.com/opnsense/src.git
synced 2026-03-05 23:00:45 -05:00
ansification and constification:
s{\s+__P\((\(.*?\))\)}{$1}g;
s{\(\s+}{\(}g;
s{\s+\)}{\)}g;
s{\s+,}{,}g;
s{(\s+)(for|if|switch|while)\(}{$1$2 \(}g;
s{return ([^\(].*?);}{return ($1);}g;
s{([\w\)])([!=+/\*-]?=)([\w\(+-])}{$1 $2 $3}g;
s{\s+$}{\n};g
Also add $FreeBSD$ where needed.
MFC after: 1 week
|
||
|---|---|---|
| .. | ||
| extern.h | ||
| local_passwd.c | ||
| Makefile | ||
| passwd.1 | ||
| passwd.c | ||
| yp_passwd.c | ||