diff --git a/src/Mod/Drawing/Gui/TaskOrthoViews.h b/src/Mod/Drawing/Gui/TaskOrthoViews.h index 0a406e677b..9172ed6f7e 100644 --- a/src/Mod/Drawing/Gui/TaskOrthoViews.h +++ b/src/Mod/Drawing/Gui/TaskOrthoViews.h @@ -155,7 +155,7 @@ private: small_v[4]; // page size avoiding title block, using maximum horizontal / vertical space int* page_dims; // points to one of above arrays for which set of page dimensions to use int block[4]; // title block info [corner x, corner y, width, height], eg [-1, 1, w, h] is in - // top left corner + // top left corner bool title; int *horiz, *vert; // points to min or max r_x / r_y depending upon which corner title block is in diff --git a/src/Mod/Sketcher/Gui/ViewProviderSketch.h b/src/Mod/Sketcher/Gui/ViewProviderSketch.h index 20d6ab2b19..911e51b99c 100644 --- a/src/Mod/Sketcher/Gui/ViewProviderSketch.h +++ b/src/Mod/Sketcher/Gui/ViewProviderSketch.h @@ -391,8 +391,8 @@ private: return -PreselectCurve - 2; } - int PreselectPoint; // VertexN, with N = PreselectPoint + 1, same as DragPoint indexing - // (NOTE -1 is NOT the root point) + int PreselectPoint; // VertexN, with N = PreselectPoint + 1, same as DragPoint indexing + // (NOTE -1 is NOT the root point) int PreselectCurve; // EdgeN, with N = PreselectCurve + 1 for positive values ; // ExternalEdgeN, with N = -PreselectCurve - 2 Axes PreselectCross; // 0 => rootPoint, 1 => HAxis, 2 => VAxis diff --git a/src/Mod/Sketcher/Gui/Workbench.cpp b/src/Mod/Sketcher/Gui/Workbench.cpp index 8f67580169..251717fb28 100644 --- a/src/Mod/Sketcher/Gui/Workbench.cpp +++ b/src/Mod/Sketcher/Gui/Workbench.cpp @@ -494,7 +494,7 @@ template<> inline void SketcherAddWorkbenchTools(Gui::ToolBarItem& consaccel) { consaccel //<< "Sketcher_SelectElementsWithDoFs" //rarely used, it is usually accessed by - //solver + // solver // message. << "Sketcher_SelectConstraints" << "Sketcher_SelectElementsAssociatedWithConstraints"