Changeset 964 for trunk/src/ifd/conf.c


Ignore:
Timestamp:
05/25/07 21:11:36 (5 years ago)
Author:
aj
Message:

indent changes only.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/ifd/conf.c

    r946 r964  
    196196 * Config node handling 
    197197 */ 
    198 static ifd_conf_node_t *conf_add_node(ifd_conf_node_t * parent, const char *name) 
     198static ifd_conf_node_t *conf_add_node(ifd_conf_node_t * parent, 
     199                                      const char *name) 
    199200{ 
    200201        ifd_conf_node_t **p, *node; 
Note: See TracChangeset for help on using the changeset viewer.