Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/usr.bin/indent
Module Name: src
Committed By: rillig
Date: Thu May 18 04:23:03 UTC 2023
Modified Files:
src/usr.bin/indent: .indent.pro args.c debug.c indent.c indent.h io.c
lexi.c parse.c pr_comment.c
Log Message:
indent: switch to standard code style
Taken from share/misc/indent.pro.
Indent does not wrap code to fit into the line width, it only does so
for comments. The 'INDENT OFF' sections and too long lines will be
addressed in a follow-up commit.
No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/usr.bin/indent/.indent.pro
cvs rdiff -u -r1.77 -r1.78 src/usr.bin/indent/args.c
cvs rdiff -u -r1.12 -r1.13 src/usr.bin/indent/debug.c
cvs rdiff -u -r1.291 -r1.292 src/usr.bin/indent/indent.c
cvs rdiff -u -r1.147 -r1.148 src/usr.bin/indent/indent.h
cvs rdiff -u -r1.176 -r1.177 src/usr.bin/indent/io.c
cvs rdiff -u -r1.197 -r1.198 src/usr.bin/indent/lexi.c
cvs rdiff -u -r1.59 -r1.60 src/usr.bin/indent/parse.c
cvs rdiff -u -r1.144 -r1.145 src/usr.bin/indent/pr_comment.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