Show
Ignore:
Timestamp:
07/31/07 10:52:00 (1 year ago)
Author:
adefacc
Message:

handler_*.c, space / code style cleanups

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • cherokee/trunk/cherokee/handler_nn.c

    r606 r869  
    6161                goto go_out; 
    6262 
    63         while ((entry = readdir (dir)) != NULL) 
    64         {  
     63        while ((entry = readdir (dir)) != NULL) {  
    6564                int dis; 
    6665                          
     
    168167        /* Is init? 
    169168         */ 
    170         if (_nn_is_init) return; 
     169        if (_nn_is_init) 
     170                return; 
    171171        _nn_is_init = true; 
    172172            
     
    177177 
    178178PLUGIN_INFO_HANDLER_EASY_INIT (nn, http_all_methods); 
     179