des
0f2cb9b020
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-11-30 18:33:02 +00:00
2001-08-13 14:06:34 +00:00
2001-03-19 12:50:13 +00:00
2001-02-06 10:39:38 +00:00
2001-04-17 20:45:23 +00:00
2001-03-19 12:50:13 +00:00
2002-02-06 13:30:31 +00:00
2002-02-06 13:30:31 +00:00
2001-08-13 14:06:34 +00:00