Index: rats_patch.h =================================================================== --- rats_patch.h (revision 1021) +++ rats_patch.h (revision 1022) @@ -45,7 +45,7 @@ void rats_patch_make_edited(PCBTypePtr pcb); /* apply a single patch record on [NETLIST_EDITED]; returns non-zero on failure */ -int rats_patch_apply(PCBTypePtr pcb, rats_patch_line_t *patch); +int rats_patch_apply(PCBTypePtr pcb, rats_patch_line_t * patch); /* find the net entry for a pin (slow) */ LibraryMenuTypePtr rats_patch_find_net4pin(PCBTypePtr pcb, const char *pin); @@ -52,4 +52,4 @@ /* save all patch lines as an ordered list of text lines if fmt is non-zero, generate pcb savefile compatible lines, else generate a back annotation patch */ -int rats_patch_fexport(PCBTypePtr pcb, FILE *f, int fmt_pcb); +int rats_patch_fexport(PCBTypePtr pcb, FILE * f, int fmt_pcb);