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
..
2000-10-09 12:34:51 +00:00
2001-09-05 01:36:46 +00:00
2001-06-09 05:22:31 +00:00
2001-06-13 14:59:57 +00:00
2002-01-06 19:04:12 +00:00
2001-12-12 15:41:08 +00:00
2001-09-05 01:36:46 +00:00
2001-12-12 15:41:08 +00:00
2000-12-29 20:25:01 +00:00
2001-03-27 09:43:09 +00:00
2000-07-07 16:52:24 +00:00
2001-12-22 05:18:37 +00:00
2001-02-06 01:15:32 +00:00
2001-07-10 17:50:46 +00:00
2001-07-10 17:50:46 +00:00