Module Name: src Committed By: rillig Date: Mon Nov 23 20:21:35 UTC 2020
Modified Files: src/usr.bin/make: dir.c Log Message: make(1): indent dir.c using tabs instead of spaces Except for Dir_Expand and Dir_UpdateMTime, which are nested too deeply to use tabs right now. They first have to be split into separate functions. To generate a diff of this commit: cvs rdiff -u -r1.211 -r1.212 src/usr.bin/make/dir.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.