Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/usr.bin/make



Module Name:    src
Committed By:   rillig
Date:           Sun Aug  9 19:51:02 UTC 2020

Modified Files:
        src/usr.bin/make: buf.c cond.c dir.c for.c strlist.c

Log Message:
make(1): format the source code consistently, at least per file

Some files use 4 spaces per indentation level, others use 8.  At least
for the few files from this commit, they use a consistent style
throughout each file now.

In Cond_Eval, the #define has changed into an enum since the identifiers
need not be visible to the C preprocessor.


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/usr.bin/make/buf.c
cvs rdiff -u -r1.92 -r1.93 src/usr.bin/make/cond.c
cvs rdiff -u -r1.84 -r1.85 src/usr.bin/make/dir.c
cvs rdiff -u -r1.62 -r1.63 src/usr.bin/make/for.c
cvs rdiff -u -r1.4 -r1.5 src/usr.bin/make/strlist.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index