• 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
Name
Last commit
Last update
..
mgt_stevedore.c Loading commit data...
mgt_storage_persistent.c Loading commit data...
stevedore.c Loading commit data...
stevedore_utils.c Loading commit data...
storage.h Loading commit data...
storage_file.c Loading commit data...
storage_lru.c Loading commit data...
storage_malloc.c Loading commit data...
storage_persistent.c Loading commit data...
storage_persistent.h Loading commit data...
storage_persistent_silo.c Loading commit data...
storage_persistent_subr.c Loading commit data...
storage_simple.c Loading commit data...
storage_simple.h Loading commit data...
storage_umem.c Loading commit data...