comparison src/xs_init.c @ 359:b1a858b8cb1a

Re-indentation all (non-generated) code.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 07 Nov 2005 09:50:04 +0000
parents dd201740a720
children 7f694e5a1493
comparison
equal deleted inserted replaced
358:4f247b19c9ea 359:b1a858b8cb1a
56 /* 56 /*
57 * Return plugin information 57 * Return plugin information
58 */ 58 */
59 InputPlugin *get_iplugin_info(void) 59 InputPlugin *get_iplugin_info(void)
60 { 60 {
61 return &xs_plugin_ip; 61 return &xs_plugin_ip;
62 } 62 }
63