Home | History | Annotate | Download | only in acpisrc

Lines Matching refs:blank

674  * DESCRIPTION: Remove "excess" blank lines - any more than 2 blank lines.
694 * Check for exactly one blank line after the copyright header
710 /* Replace a double blank line with a single */
715 AcpiOsPrintf ("Found multiple blank lines after copyright\n");
718 /* If no blank line after header, insert one */
723 AcpiOsPrintf ("Inserted blank line after copyright\n");
1245 /* This is a standalone blank line */
1256 /* Find the first non-blank character on this line */
1506 * comment, and 2) not a blank line.