7dbfd12 security: nop: Avoid very long lines

Authored and Committed by Peter Krempa 9 years ago
    security: nop: Avoid very long lines
    
    The function headers contain type on the same line as the name. When
    combined with usage of ATTRIBUTE_UNUSED, the function headers were very
    long. Shorten them by breaking the line after the type.
    
        
file modified
+87 -60