Module Name: src
Committed By: rillig
Date: Fri Jul 3 17:48:47 UTC 2020
Modified Files:
src/usr.bin/make: var.c
Log Message:
make(1): fix indentation in var.c
Fixing the indentation manually is a tedious task. indent(1) was no help
since it has several bugs and is not flexible enough for the original
make code.
To generate a diff of this commit:
cvs rdiff -u -r1.241 -r1.242 src/usr.bin/make/var.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.