Path: Fix header uniformity and remove trailing whitespace
This PR fixes header uniformity across all Path files. It also removes all trailing whitespace.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/***************************************************************************
|
||||
* Copyright (c) Yorik van Havre (yorik@uncreated.net) 2014 *
|
||||
* Copyright (c) 2014 Yorik van Havre <yorik@uncreated.net> *
|
||||
* *
|
||||
* This file is part of the FreeCAD CAx development system. *
|
||||
* *
|
||||
@@ -58,7 +58,7 @@ void PropertyTooltable::setValue(const Tooltable& tt)
|
||||
}
|
||||
|
||||
|
||||
const Tooltable &PropertyTooltable::getValue(void)const
|
||||
const Tooltable &PropertyTooltable::getValue(void)const
|
||||
{
|
||||
return _Tooltable;
|
||||
}
|
||||
@@ -85,7 +85,7 @@ App::Property *PropertyTooltable::Copy(void) const
|
||||
{
|
||||
PropertyTooltable *prop = new PropertyTooltable();
|
||||
prop->_Tooltable = this->_Tooltable;
|
||||
|
||||
|
||||
return prop;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user