Converted all tabs into 4 whitespaces.

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@249 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Mike Kremer
2009-12-07 10:26:25 +00:00
parent de9594ca73
commit 4ccb771244
2 changed files with 478 additions and 478 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -100,12 +100,12 @@ public:
std::string get_magic() const { return "PLY"; } std::string get_magic() const { return "PLY"; }
bool read(const std::string& _filename, bool read(const std::string& _filename,
BaseImporter& _bi, BaseImporter& _bi,
Options& _opt); Options& _opt);
bool read(std::istream& _is, bool read(std::istream& _is,
BaseImporter& _bi, BaseImporter& _bi,
Options& _opt); Options& _opt);
bool can_u_read(const std::string& _filename) const; bool can_u_read(const std::string& _filename) const;