Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/tests/usr.bin/indent
Module Name: src
Committed By: rillig
Date: Tue Oct 26 21:45:16 UTC 2021
Modified Files:
src/tests/usr.bin/indent: token_binary_op.c
Log Message:
tests/indent: demonstrate missing space before '='
Reported by RVP via private mail. Broken since the import of FreeBSD
indent in 2019.
indent-2000.10.11.14.46.04
| char *(*fn) (int) = NULL;
indent-2019.02.03.03.19.29
indent-2019.04.04.15.27.35
| char *(* fn) (int)= NULL;
indent-2021.09.30.21.38.43
indent-2021.09.30.21.48.12
| char *(* fn)(int)= NULL;
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/usr.bin/indent/token_binary_op.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