Robot: [skip ci] fix header uniformity + trailing whitespace

This PR fixes header uniformity across all Robot files
This commit is contained in:
luz.paz
2019-12-26 08:10:23 -05:00
committed by wwmayer
parent b14dca0918
commit fd89a73b8a
49 changed files with 106 additions and 112 deletions

View File

@@ -1,5 +1,5 @@
/***************************************************************************
* Copyright (c) 2008 Jürgen Riegel (juergen.riegel@web.de) *
* Copyright (c) 2008 Jürgen Riegel <juergen.riegel@web.de> *
* *
* This file is part of the FreeCAD CAx development system. *
* *
@@ -62,6 +62,6 @@ std::vector<App::DocumentObject*> ViewProviderTrajectoryDressUp::claimChildren(v
{
std::vector<App::DocumentObject*> temp;
temp.push_back(static_cast<Robot::TrajectoryDressUpObject*>(getObject())->Source.getValue());
return temp;
}