small fix for indention

This commit is contained in:
Felix Wallin 2010-12-23 21:53:18 +01:00
parent bd9b01c3e2
commit 2e57ba16f3

View File

@ -240,7 +240,7 @@ struct part_type
unsigned char hconduct;
const char *descs;
const unsigned short properties;
int (*update_func) (int);
int (*update_func) (int);
};
typedef struct part_type part_type;