Ran script to remove trailing spaces and tabs
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
/* -*-c++-*- Present3D - Copyright (C) 1999-2006 Robert Osfield
|
||||
/* -*-c++-*- Present3D - Copyright (C) 1999-2006 Robert Osfield
|
||||
*
|
||||
* This software is open source and may be redistributed and/or modified under
|
||||
* This software is open source and may be redistributed and/or modified under
|
||||
* the terms of the GNU General Public License (GPL) version 2.0.
|
||||
* The full license is in LICENSE.txt file included with this distribution,.
|
||||
*
|
||||
*
|
||||
* This software is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* include LICENSE.txt for more details.
|
||||
*/
|
||||
|
||||
@@ -46,14 +46,14 @@ public:
|
||||
supportsExtension("pivot_path","Animation pivot path Ascii file format");
|
||||
supportsExtension("rotation_path","Animation rotation path Ascii file format");
|
||||
}
|
||||
|
||||
|
||||
virtual const char* className() const
|
||||
{
|
||||
return "Path Reader/Writer";
|
||||
}
|
||||
|
||||
virtual bool acceptsExtension(const std::string& extension) const
|
||||
{
|
||||
{
|
||||
return osgDB::equalCaseInsensitive(extension,"material") ||
|
||||
osgDB::equalCaseInsensitive(extension,"path") ||
|
||||
osgDB::equalCaseInsensitive(extension,"pivot_path") ||
|
||||
|
||||
Reference in New Issue
Block a user