Dag-Erling Smørgrav ed4d1c46a2 Apply the following mechanical transformations in preparation for
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
2002-02-06 13:30:31 +00:00
..
2002-01-28 19:02:34 +00:00
2001-09-30 21:06:00 +00:00
2001-07-09 23:12:23 +00:00
2001-03-27 17:27:19 +00:00
2001-03-27 17:27:19 +00:00
2001-09-30 21:41:46 +00:00
2001-09-30 22:02:43 +00:00
2001-03-27 17:27:19 +00:00
2002-01-06 08:47:19 +00:00
2002-02-05 06:49:11 +00:00
2001-12-21 18:26:01 +00:00
2001-03-27 17:27:19 +00:00
2002-01-02 06:54:18 +00:00
2001-09-30 22:02:43 +00:00