Index: trunk/src/conf_act.c =================================================================== --- trunk/src/conf_act.c (revision 3135) +++ trunk/src/conf_act.c (revision 3136) @@ -3,7 +3,7 @@ * * PCB, interactive printed circuit board design * Copyright (C) 2016 Tibor 'Igor2' Palinkas - * + * * This module, debug, was written and is Copyright (C) 2016 by Tibor Palinkas * this module is also subject to the GNU GPL as described below * @@ -123,7 +123,7 @@ res = conf_set_native(n, 0, new_value); else res = conf_set(role, argv[1], -1, new_value, POL_OVERWRITE); - + if (res != 0) { Message(PCB_MSG_DEFAULT, "Can not toggle '%s': failed to set new value\n", argv[1]); return 1; @@ -197,7 +197,7 @@ } -static const char ChkGridSize_syntax[] = +static const char ChkGridSize_syntax[] = "ChkGridSize(expected_size)\n" "ChkGridSize(none)\n" ; @@ -211,7 +211,7 @@ return (PCB->Grid == GetValueEx(argv[0], NULL, NULL, NULL, NULL, NULL)); } -static const char ChkElementName_syntax[] = +static const char ChkElementName_syntax[] = "ChkElementName(1) - expect description\n" "ChkElementName(2) - expect refdes\n" "ChkElementName(3) - expect value\n" Index: trunk/src/main_act.c =================================================================== --- trunk/src/main_act.c (revision 3135) +++ trunk/src/main_act.c (revision 3136) @@ -71,7 +71,7 @@ va_end(ap); } -static const char printusage_syntax[] = +static const char printusage_syntax[] = "PrintUsage()\n" "PrintUsage(plugin)"; Index: trunk/src/object_act.c =================================================================== --- trunk/src/object_act.c (revision 3135) +++ trunk/src/object_act.c (revision 3136) @@ -245,7 +245,7 @@ ELEMENT_LOOP(PCB->Data); { - /* + /* * If we want to disperse selected elements, maybe we need smarter * code here to avoid putting components on top of others which * are not selected. For now, I'm assuming that this is typically @@ -260,7 +260,7 @@ /* snap to the grid */ dx -= (element->MarkX + dx) % PCB->Grid; - /* + /* * and add one grid size so we make sure we always space by GAP or * more */ Index: trunk/src/plugins.c =================================================================== --- trunk/src/plugins.c (revision 3135) +++ trunk/src/plugins.c (revision 3136) @@ -3,7 +3,7 @@ * * PCB, interactive printed circuit board design * Copyright (C) 2015 Tibor 'Igor2' Palinkas - * + * * This module, rats.c, was written and is Copyright (C) 1997 by harry eaton * this module is also subject to the GNU GPL as described below * Index: trunk/src_plugins/dbus/dbus.c =================================================================== --- trunk/src_plugins/dbus/dbus.c (revision 3135) +++ trunk/src_plugins/dbus/dbus.c (revision 3136) @@ -363,7 +363,7 @@ static void dbus_gui_init(void *user_data, int argc, event_arg_t * argv[]) { - + /* this can not be done from init, before the gui starts, as it needs to register fd watches in the GUI. Also won't play well together with GUI switches... */ @@ -385,4 +385,3 @@ event_bind(EVENT_GUI_INIT, dbus_gui_init, NULL, dbus_cookie); return hid_dbus_uninit; } - Index: trunk/src_plugins/djopt/djopt.c =================================================================== --- trunk/src_plugins/djopt/djopt.c (revision 3135) +++ trunk/src_plugins/djopt/djopt.c (revision 3136) @@ -262,7 +262,7 @@ return x < y ? x : y; } -/* +/* * Find distance between 2 points. We use floating point math here * because we can fairly easily overflow a 32 bit integer here. In * fact it only takes 0.46" to do so. Index: trunk/src_plugins/fontmode/fontmode.c =================================================================== --- trunk/src_plugins/fontmode/fontmode.c (revision 3135) +++ trunk/src_plugins/fontmode/fontmode.c (revision 3136) @@ -163,7 +163,7 @@ FontTypePtr font; SymbolTypePtr symbol; int i; - LineType *l; + LineType *l; gdl_iterator_t it; LayerTypePtr lfont, lwidth; @@ -245,4 +245,3 @@ REGISTER_ACTIONS(fontmode_action_list, fontmode_cookie) return hid_fontmode_uninit; } - Index: trunk/src_plugins/hid_gtk/gui-netlist-window.c =================================================================== --- trunk/src_plugins/hid_gtk/gui-netlist-window.c (revision 3135) +++ trunk/src_plugins/hid_gtk/gui-netlist-window.c (revision 3136) @@ -24,7 +24,7 @@ * */ -/* +/* * This file written by Bill Wilson for the PCB Gtk port */ @@ -120,7 +120,7 @@ | contains an allocated array of LibraryMenuType structs. Each of these | structs represents a net in the netlist and contains an array | of LibraryEntryType structs which represent the nodes connecting to - | the net. So we have: + | the net. So we have: | | Nets Nodes | LibraryType LibraryMenuType LibraryEntryType Index: trunk/src_plugins/hid_lesstif/styles.c =================================================================== --- trunk/src_plugins/hid_lesstif/styles.c (revision 3135) +++ trunk/src_plugins/hid_lesstif/styles.c (revision 3136) @@ -221,7 +221,7 @@ strncpy(PCB->RouteStyle.array[i].name, newname, sizeof(PCB->RouteStyle.array[i].name)-1); PCB->RouteStyle.array[i].name[sizeof(PCB->RouteStyle.array[i].name)-1] = '\0'; free(newname); - + RouteStylesChanged(0, 0, 0, 0); } Index: trunk/src_plugins/vendordrill/vendor.c =================================================================== --- trunk/src_plugins/vendordrill/vendor.c (revision 3135) +++ trunk/src_plugins/vendordrill/vendor.c (revision 3136) @@ -93,7 +93,7 @@ static const char apply_vendor_help[] = "Applies the currently loaded vendor drill table to the current design."; /* %start-doc actions ApplyVendor -@cindex vendor map +@cindex vendor map @cindex vendor drill table @findex ApplyVendor() @@ -116,7 +116,7 @@ /* %start-doc actions UnloadVendor -@cindex vendor map +@cindex vendor map @cindex vendor drill table @findex UnloadVendor() @@ -138,7 +138,7 @@ /* %start-doc actions LoadVendorFrom -@cindex vendor map +@cindex vendor map @cindex vendor drill table @findex LoadVendorFrom() @@ -400,7 +400,7 @@ } } #endif - /* + /* * if we've changed anything, indicate that we need to save the * file, redraw things, and make sure we can undo. */ @@ -495,7 +495,7 @@ tmpd = atof(sval); val = floor(sf * tmpd + 0.5); - /* + /* * We keep the array of vendor drills sorted to make it easier to * do the rounding later. The algorithm used here is not so efficient, * but we're not dealing with much in the way of data.