On Monday 16 October 2006 02:00, Paul Cochrane wrote: > This patch adds a test to the coding standards which checks for space > or tab characters after a curly brace when the curly is the last > printable character on the line. The pumpking hasn't explicitly > declared that this should be a coding standard, but particle mentioned > that it was a pet peeve, and I thought I might as well write a test
Is there any reason not to generalize this to report *any* whitespace character at the end of a line before the newline? -- c