K 10 svn:author V 6 donner K 8 svn:date V 27 2021-05-30T20:05:56.744573Z K 7 svn:log V 900 libalias: Style cleanup libalias is a convolut of various coding styles modified by a series of different editors enforcing interesting convetions on spacing and comments. This patch is a baseline to start with a perfomance rework of libalias. Upcoming patches should be focus on the code, not on the style. That's why most annoying style errors should be fixed beforehand. Reviewed by: hselasky Discussed by: emaste Differential Revision: https://reviews.freebsd.org/D30259 (cherry picked from commit effc8e57fbf03d7f1423c662caf2b63f0d1d21a9) At some places the ASSERT was inserted before variable declarations are finished. This is fixed now. Reported by: kib Reviewed by: kib Differential Revision: https://reviews.freebsd.org/D30282 (cherry picked from commit 2e6b07866f9e1520626a1523f6609cc411bdda1c) Git Hash: 0742d99f53872df1a3f14e7a584e94aa5ba6daf6 Git Author: donner@FreeBSD.org END