K 10 svn:author V 3 pfg K 8 svn:date V 27 2016-12-01T01:48:56.781878Z K 7 svn:log V 355 indent(1): Don't ignore newlines after comments that follow braces. indent.c has a special loop that stores tokens from between an if () and the next statement into a buffer. The loop ignored all newlines, but that resulted in not calling dump_line() when it was needed to produce the final line of the buffered up comment. Taken from: Piotr Stefaniak END