Ran script to remove trailing spaces and tabs

This commit is contained in:
Robert Osfield
2012-03-21 17:36:20 +00:00
parent 1e35f8975d
commit 14a563dc9f
1495 changed files with 21873 additions and 21873 deletions

View File

@@ -41,13 +41,13 @@ public:
/** Constructor for a ColorRange
@param min minimum scalar value
@param max maximum scalar value
@param colors optional range of colors,
@param colors optional range of colors,
*/
ColorRange(float min, float max, const std::vector<osg::Vec4>& colors);
/** Set the range of colors. */
void setColors(const std::vector<osg::Vec4>& colors);
/** Get the range of colors */
const std::vector<osg::Vec4>& getColors() const { return _colors; }