Module Name: src Committed By: rillig Date: Sat Oct 24 04:20:50 UTC 2020
Modified Files: src/usr.bin/make: arch.c Log Message: make(1): clean up code layout in arch.c Combining #ifdef with else if is bad style. Mixing spaces and tabs in indentation is bad style as well. The generated code stays exactly the same. To generate a diff of this commit: cvs rdiff -u -r1.144 -r1.145 src/usr.bin/make/arch.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.