Skip to content

Commit

Permalink
Removed trailing space
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoffland committed May 26, 2016
1 parent 9533c21 commit d1ee8ea
Show file tree
Hide file tree
Showing 207 changed files with 421 additions and 601 deletions.
1 change: 0 additions & 1 deletion src/camotics/Application.h
Expand Up @@ -41,4 +41,3 @@ namespace CAMotics {
}

#endif // CAMOTICS_APPLICATION_H

1 change: 0 additions & 1 deletion src/camotics/CommandLineApp.h
Expand Up @@ -50,4 +50,3 @@ namespace CAMotics {
}

#endif // CAMOTICS_COMMAND_LINE_APP_H

1 change: 0 additions & 1 deletion src/camotics/ConcurrentTaskManager.h
Expand Up @@ -69,4 +69,3 @@ namespace CAMotics {
}

#endif // CAMOTICS_CONCURRENT_TASK_MANAGER_H

1 change: 0 additions & 1 deletion src/camotics/Geom.h
Expand Up @@ -48,4 +48,3 @@ namespace CAMotics {
}

#endif // CAMOTICS_GEOM_H

1 change: 0 additions & 1 deletion src/camotics/Grid.h
Expand Up @@ -65,4 +65,3 @@ namespace CAMotics {
}

#endif // CAMOTICS_GRID_H

1 change: 0 additions & 1 deletion src/camotics/Real.h
Expand Up @@ -32,4 +32,3 @@ namespace CAMotics {
}

#endif // CAMOTICS_REAL_H

1 change: 0 additions & 1 deletion src/camotics/Task.h
Expand Up @@ -55,4 +55,3 @@ namespace CAMotics {
}

#endif // CAMOTICS_TASK_H

1 change: 0 additions & 1 deletion src/camotics/TaskFilter.h
Expand Up @@ -72,4 +72,3 @@ namespace CAMotics {
}

#endif // CAMOTICS_TASK_FILTER_H

1 change: 0 additions & 1 deletion src/camotics/TaskObserver.h
Expand Up @@ -31,4 +31,3 @@ namespace CAMotics {
}

#endif // CAMOTICS_TASK_OBSERVER_H

1 change: 0 additions & 1 deletion src/camotics/contour/CompositeSurface.h
Expand Up @@ -52,4 +52,3 @@ namespace CAMotics {
}

#endif // CAMOTICS_COMPOSITE_SURFACE_H

1 change: 0 additions & 1 deletion src/camotics/contour/ContourGenerator.h
Expand Up @@ -46,4 +46,3 @@ namespace CAMotics {
}

#endif // CAMOTICS_CONTOUR_GENERATOR_H

1 change: 0 additions & 1 deletion src/camotics/contour/CubeSlice.h
Expand Up @@ -56,4 +56,3 @@ namespace CAMotics {
}

#endif // CAMOTICS_CUBE_SLICE_H

1 change: 0 additions & 1 deletion src/camotics/contour/CubicalMarchingSquares.h
Expand Up @@ -37,4 +37,3 @@ namespace CAMotics {
}

#endif // CAMOTICS_CUBICAL_MARCHING_SQUARES_H

1 change: 0 additions & 1 deletion src/camotics/contour/Edge.h
Expand Up @@ -36,4 +36,3 @@ namespace CAMotics {
}

#endif // CAMOTICS_EDGE_H

1 change: 0 additions & 1 deletion src/camotics/contour/FieldFunction.h
Expand Up @@ -49,4 +49,3 @@ namespace CAMotics {
}

#endif // CAMOTICS_FIELD_FUNCTION_H

1 change: 0 additions & 1 deletion src/camotics/contour/GridTree.h
Expand Up @@ -42,4 +42,3 @@ namespace CAMotics {
}

#endif // CAMOTICS_GRID_TREE_H

1 change: 0 additions & 1 deletion src/camotics/contour/GridTreeBase.h
Expand Up @@ -43,4 +43,3 @@ namespace CAMotics {
}

#endif // CAMOTICS_GRID_TREE_BASE_H

1 change: 0 additions & 1 deletion src/camotics/contour/GridTreeLeaf.h
Expand Up @@ -47,4 +47,3 @@ namespace CAMotics {
}

#endif // CAMOTICS_GRID_TREE_LEAF_H

1 change: 0 additions & 1 deletion src/camotics/contour/GridTreeNode.h
Expand Up @@ -49,4 +49,3 @@ namespace CAMotics {
}

#endif // CAMOTICS_GRID_TREE_NODEH

1 change: 0 additions & 1 deletion src/camotics/contour/GridTreeRef.h
Expand Up @@ -43,4 +43,3 @@ namespace CAMotics {
}

#endif // CAMOTICS_GRID_TREE_REF_H

1 change: 0 additions & 1 deletion src/camotics/contour/MarchingCubes.h
Expand Up @@ -36,4 +36,3 @@ namespace CAMotics {
}

#endif // CAMOTICS_MARCHING_CUBES_H

2 changes: 1 addition & 1 deletion src/camotics/contour/QEF.cpp
Expand Up @@ -22,7 +22,7 @@
// http://www.oocities.org/tzukkers/isosurf/isosurfaces.html
// By Ronen Tzur
// ThreeD Quadric Error Function
//
//
// This file is in the public domain.

#include "QEF.h"
Expand Down
2 changes: 1 addition & 1 deletion src/camotics/contour/QEF.h
Expand Up @@ -25,7 +25,7 @@
// http://www.oocities.org/tzukkers/isosurf/isosurfaces.html
// By Ronen Tzur
// ThreeD Quadric Error Function
//
//
// This file is in the public domain.

#include <camotics/Geom.h>
Expand Down
1 change: 0 additions & 1 deletion src/camotics/contour/SliceContourGenerator.h
Expand Up @@ -40,4 +40,3 @@ namespace CAMotics {
}

#endif // CAMOTICS_SLICE_CONTOUR_GENERATOR_H

1 change: 0 additions & 1 deletion src/camotics/contour/Triangle.h
Expand Up @@ -40,4 +40,3 @@ namespace CAMotics {
}

#endif // CAMOTICS_TRIANGLE_H

2 changes: 0 additions & 2 deletions src/camotics/contour/TriangleMesh.cpp
Expand Up @@ -393,5 +393,3 @@ bool TriangleMesh::moreThan2InCommon(VertexSet &vs1, VertexSet &vs2) {

return false;
}


1 change: 0 additions & 1 deletion src/camotics/contour/TriangleMesh.h
Expand Up @@ -99,4 +99,3 @@ namespace CAMotics {
}

#endif // CAMOTICS_TRIANGLE_MESH_H

1 change: 0 additions & 1 deletion src/camotics/contour/TriangleSurface.h
Expand Up @@ -69,4 +69,3 @@ namespace CAMotics {
}

#endif // CAMOTICS_TRIANGLE_SURFACE_H

1 change: 0 additions & 1 deletion src/camotics/cutsim/AABB.h
Expand Up @@ -54,4 +54,3 @@ namespace CAMotics {
}

#endif // CAMOTICS_AABB_H

1 change: 0 additions & 1 deletion src/camotics/cutsim/AABBTree.h
Expand Up @@ -54,4 +54,3 @@ namespace CAMotics {
}

#endif // CAMOTICS_AABBTREE_H

1 change: 0 additions & 1 deletion src/camotics/cutsim/CompositeSweep.h
Expand Up @@ -46,4 +46,3 @@ namespace CAMotics {
}

#endif // CAMOTICS_COMPOSITE_SWEEP_H

1 change: 0 additions & 1 deletion src/camotics/cutsim/CutSim.h
Expand Up @@ -49,4 +49,3 @@ namespace CAMotics {
}

#endif // CAMOTICS_CUT_SIM_H

1 change: 0 additions & 1 deletion src/camotics/cutsim/Hit.h
Expand Up @@ -31,4 +31,3 @@ namespace CAMotics {
}

#endif // CAMOTICS_HIT_H

1 change: 0 additions & 1 deletion src/camotics/cutsim/MoveLookup.h
Expand Up @@ -40,4 +40,3 @@ namespace CAMotics {
}

#endif // CAMOTICS_MOVE_LOOKUP_H

1 change: 0 additions & 1 deletion src/camotics/cutsim/MoveStream.cpp
Expand Up @@ -21,4 +21,3 @@
#include "MoveStream.h"

using namespace CAMotics;

1 change: 0 additions & 1 deletion src/camotics/cutsim/MoveStream.h
Expand Up @@ -34,4 +34,3 @@ namespace CAMotics {
}

#endif // TPLANG_MOVE_STREAM_H

1 change: 0 additions & 1 deletion src/camotics/cutsim/NCFile.h
Expand Up @@ -50,4 +50,3 @@ namespace CAMotics {
}

#endif // CAMOTICS_NCFILE_H

1 change: 0 additions & 1 deletion src/camotics/cutsim/OctTree.h
Expand Up @@ -62,4 +62,3 @@ namespace CAMotics {
}

#endif // CAMOTICS_OCT_TREE_H

1 change: 0 additions & 1 deletion src/camotics/cutsim/Project.h
Expand Up @@ -121,4 +121,3 @@ namespace CAMotics {
}

#endif // CAMOTICS_PROJECT_H

1 change: 0 additions & 1 deletion src/camotics/cutsim/ReduceTask.h
Expand Up @@ -43,4 +43,3 @@ namespace CAMotics {
}

#endif // CAMOTICS_REDUCE_TASK_H

1 change: 0 additions & 1 deletion src/camotics/cutsim/Simulation.h
Expand Up @@ -59,4 +59,3 @@ namespace CAMotics {
}

#endif // CAMOTICS_SIMULATION_H

1 change: 0 additions & 1 deletion src/camotics/cutsim/SimulationRun.h
Expand Up @@ -55,4 +55,3 @@ namespace CAMotics {
}

#endif // CAMOTICS_SIMULATION_RUN_H

1 change: 0 additions & 1 deletion src/camotics/cutsim/SpheroidSweep.h
Expand Up @@ -43,4 +43,3 @@ namespace CAMotics {
}

#endif // CAMOTICS_SPHEROID_SWEEP_H

1 change: 0 additions & 1 deletion src/camotics/cutsim/SurfaceTask.h
Expand Up @@ -49,4 +49,3 @@ namespace CAMotics {
}

#endif // CAMOTICS_SURFACE_TASK_H

1 change: 0 additions & 1 deletion src/camotics/cutsim/Sweep.h
Expand Up @@ -48,4 +48,3 @@ namespace CAMotics {
}

#endif // CAMOTICS_SWEEP_H

1 change: 0 additions & 1 deletion src/camotics/cutsim/ToolPath.h
Expand Up @@ -61,4 +61,3 @@ namespace CAMotics {
}

#endif // CAMOTICS_TOOL_PATH_H

1 change: 0 additions & 1 deletion src/camotics/cutsim/ToolPathTask.h
Expand Up @@ -65,4 +65,3 @@ namespace CAMotics {
}

#endif // CAMOTICS_TOOL_PATH_TASK_H

1 change: 0 additions & 1 deletion src/camotics/cutsim/Workpiece.h
Expand Up @@ -44,4 +44,3 @@ namespace CAMotics {
}

#endif // CAMOTICS_WORKPIECE_H

1 change: 0 additions & 1 deletion src/camotics/dxf/DXFArc.h
Expand Up @@ -50,4 +50,3 @@ namespace CAMotics {
}

#endif // CAMOTICS_DXFARC_H

1 change: 0 additions & 1 deletion src/camotics/dxf/DXFEntity.h
Expand Up @@ -46,4 +46,3 @@ namespace CAMotics {
}

#endif // CAMOTICS_DXFENTITY_H

1 change: 0 additions & 1 deletion src/camotics/dxf/DXFLine.h
Expand Up @@ -42,4 +42,3 @@ namespace CAMotics {
}

#endif // CAMOTICS_DXFLINE_H

1 change: 0 additions & 1 deletion src/camotics/dxf/DXFPoint.h
Expand Up @@ -35,4 +35,3 @@ namespace CAMotics {
}

#endif // CAMOTICS_DXFPOINT_H

1 change: 0 additions & 1 deletion src/camotics/dxf/DXFPolyLine.h
Expand Up @@ -42,4 +42,3 @@ namespace CAMotics {
}

#endif // CAMOTICS_DXFPOLY_LINE_H

1 change: 0 additions & 1 deletion src/camotics/dxf/DXFReader.h
Expand Up @@ -79,4 +79,3 @@ namespace CAMotics {
}

#endif // CAMOTICS_DXFREADER_H

1 change: 0 additions & 1 deletion src/camotics/dxf/DXFSpline.h
Expand Up @@ -46,4 +46,3 @@ namespace CAMotics {
}

#endif // CAMOTICS_DXFSPLINE_H

6 changes: 3 additions & 3 deletions src/camotics/dxf/dxflib/dl_attributes.h
Expand Up @@ -30,7 +30,7 @@
** Foundation and appearing in the file LICENSE.GPL included in the
** packaging of this file.
**
** Licensees holding valid dxflib Professional Edition licenses may use
** Licensees holding valid dxflib Professional Edition licenses may use
** this file in accordance with the dxflib Commercial License
** Agreement provided with the Software.
**
Expand Down Expand Up @@ -80,7 +80,7 @@ class DL_Attributes {
* @param layer Layer name for this entity or NULL for no layer
* (every entity should be on a named layer!).
* @param color Color number (0..256). 0 = BYBLOCK, 256 = BYLAYER.
* @param width Line thickness. Defaults to zero. -1 = BYLAYER,
* @param width Line thickness. Defaults to zero. -1 = BYLAYER,
* -2 = BYBLOCK, -3 = default width
* @param lineType Line type name or "BYLAYER" or "BYBLOCK". Defaults
* to "BYLAYER"
Expand Down Expand Up @@ -157,7 +157,7 @@ class DL_Attributes {

/**
* Sets the line type. This can be any string and is not
* checked to be a valid line type.
* checked to be a valid line type.
*/
void setLineType(const string& lineType) {
this->lineType = lineType;
Expand Down
3 changes: 1 addition & 2 deletions src/camotics/dxf/dxflib/dl_codes.h
Expand Up @@ -31,7 +31,7 @@
** Foundation and appearing in the file LICENSE.GPL included in the
** packaging of this file.
**
** Licensees holding valid dxflib Professional Edition licenses may use
** Licensees holding valid dxflib Professional Edition licenses may use
** this file in accordance with the dxflib Commercial License
** Agreement provided with the Software.
**
Expand Down Expand Up @@ -559,4 +559,3 @@ const double dxfColors[][3] = {
#define PCS_TRANS_CODE 3

#endif

22 changes: 11 additions & 11 deletions src/camotics/dxf/dxflib/dl_creationadapter.h
Expand Up @@ -30,7 +30,7 @@
** Foundation and appearing in the file LICENSE.GPL included in the
** packaging of this file.
**
** Licensees holding valid dxflib Professional Edition licenses may use
** Licensees holding valid dxflib Professional Edition licenses may use
** this file in accordance with the dxflib Commercial License
** Agreement provided with the Software.
**
Expand All @@ -50,8 +50,8 @@
#include "dl_creationinterface.h"

/**
* An abstract adapter class for receiving DXF events when a DXF file is being read.
* The methods in this class are empty. This class exists as convenience for creating
* An abstract adapter class for receiving DXF events when a DXF file is being read.
* The methods in this class are empty. This class exists as convenience for creating
* listener objects.
*
* @author Andrew Mustun
Expand All @@ -68,20 +68,20 @@ class DL_CreationAdapter : public DL_CreationInterface {
virtual void addArc(const DL_ArcData&) {}
virtual void addCircle(const DL_CircleData&) {}
virtual void addEllipse(const DL_EllipseData&) {}

virtual void addPolyline(const DL_PolylineData&) {}
virtual void addVertex(const DL_VertexData&) {}

virtual void addSpline(const DL_SplineData&) {}
virtual void addControlPoint(const DL_ControlPointData&) {}
virtual void addKnot(const DL_KnotData&) {}

virtual void addInsert(const DL_InsertData&) {}

virtual void addMText(const DL_MTextData&) {}
virtual void addMTextChunk(const char*) {}
virtual void addText(const DL_TextData&) {}

virtual void addDimAlign(const DL_DimensionData&,
const DL_DimAlignedData&) {}
virtual void addDimLinear(const DL_DimensionData&,
Expand All @@ -98,20 +98,20 @@ class DL_CreationAdapter : public DL_CreationInterface {
const DL_DimOrdinateData&) {}
virtual void addLeader(const DL_LeaderData&) {}
virtual void addLeaderVertex(const DL_LeaderVertexData&) {}

virtual void addHatch(const DL_HatchData&) {}

virtual void addTrace(const DL_TraceData&) {}
virtual void add3dFace(const DL_3dFaceData&) {}
virtual void addSolid(const DL_SolidData&) {}

virtual void addImage(const DL_ImageData&) {}
virtual void linkImage(const DL_ImageDefData&) {}
virtual void addHatchLoop(const DL_HatchLoopData&) {}
virtual void addHatchEdge(const DL_HatchEdgeData&) {}
virtual void endEntity() {}
virtual void addComment(const char* comment) {}
virtual void setVariableVector(const char*,
virtual void setVariableVector(const char*,
double, double, double, int) {}
virtual void setVariableString(const char*, const char*, int) {}
virtual void setVariableInt(const char*, int, int) {}
Expand Down

0 comments on commit d1ee8ea

Please sign in to comment.