Formatting changes.

This commit is contained in:
Andreas Henne
2014-12-05 19:40:09 +01:00
parent 4550279629
commit 33f9745b62
2 changed files with 7 additions and 7 deletions

View File

@@ -114,8 +114,8 @@ Exporter::ExportFormatEntry gExporters[] =
Exporter::ExportFormatEntry( "ply", "Stanford Polygon Library", "ply" , &ExportScenePly,
aiProcess_PreTransformVertices
),
Exporter::ExportFormatEntry("plyb", "Stanford Polygon Library Binary", "ply", &ExportScenePlyBinary,
aiProcess_PreTransformVertices
Exporter::ExportFormatEntry( "plyb", "Stanford Polygon Library Binary", "ply", &ExportScenePlyBinary,
aiProcess_PreTransformVertices
),
#endif