• Dridi Boukelmoune's avatar
    Code style OCD · 3474e45d
    Dridi Boukelmoune authored
    Done with git tricks involving:
    
        sed '
            s:NEEDLESS(return NULL):NEEDLESS(return (NULL)):
    	s:NEEDLESS(return(:NEEDLESS(return (:
        '
    
    Unfortunately it won't work with a Coccinelle patch, so I couldn't
    update return.cocci to handle the NEEDLESS case.
    3474e45d
vsa.c 11.4 KB