Index: trunk/src/hid_actions.c =================================================================== --- trunk/src/hid_actions.c (revision 3111) +++ trunk/src/hid_actions.c (revision 3112) @@ -332,7 +332,7 @@ /* get the parameters to pass to the action */ while (1) { - /* + /* * maybe_empty == 0 means that the last char examined was not a * "," */ @@ -353,7 +353,7 @@ else { maybe_empty = 0; in_quotes = 0; - /* + /* * if we have more parameters than memory in our array of * pointers, then either allocate some or grow the array */ @@ -376,7 +376,7 @@ && (!parens || *sp != ')') && (parens || !isspace((int) *sp))))) { /* - * single quotes give literal value inside, including '\'. + * single quotes give literal value inside, including '\'. * you can't have a single inside single quotes. * doubles quotes gives literal value inside, but allows escape. */ Index: trunk/src/plug_footprint.c =================================================================== --- trunk/src/plug_footprint.c (revision 3111) +++ trunk/src/plug_footprint.c (revision 3112) @@ -195,7 +195,7 @@ const char *next; /* search for the last existing dir in the path */ - + while(*path == '/') path++; for(parent = l = &library; l != NULL; parent = l,path = next) { next = strchr(path, '/'); @@ -217,7 +217,7 @@ return l; break; /* found a non-existing node */ } - + if (l == NULL) break; } @@ -324,7 +324,7 @@ * It examines all directories pointed to by the search paths * (normally Settings.LibraryTree). * In each directory specified there, it looks both in that directory, - * as well as *one* level down. It calls the subfunction + * as well as *one* level down. It calls the subfunction * fp_fs_load_dir to put the footprints into PCB's internal * datastructures. */ @@ -339,7 +339,7 @@ /* Initialize path, working by writing 0 into every byte. */ memset(toppath, 0, sizeof toppath); - /* Additional loop to allow for multiple 'newlib' style library directories + /* Additional loop to allow for multiple 'newlib' style library directories * called out in Settings.LibraryTree */ libpaths = pcb_strdup(searchpath); Index: trunk/src_plugins/io_kicad_legacy/uniq_name.c =================================================================== --- trunk/src_plugins/io_kicad_legacy/uniq_name.c (revision 3111) +++ trunk/src_plugins/io_kicad_legacy/uniq_name.c (revision 3112) @@ -74,4 +74,3 @@ htsp_set(&state->seen, name, user_data); return name; } -