Module Name: src Committed By: rillig Date: Fri Feb 16 01:57:51 UTC 2024
Modified Files: src/common/lib/libutil: snprintb.c Log Message: snprintb: clean up Remove redundant parentheses and casts. Indent statement-like macros consistently, use separate lines for each statement, add parentheses to macro definitions. Remove CONSTCOND comments as lint doesn't need them anymore. No binary change. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/common/lib/libutil/snprintb.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.