[Bf-blender-cvs] [c72bdc84d1f] usd-importer-T81257: Format fix.

Michael A. Kowalski noreply at git.blender.org
Sat Dec 5 01:10:47 CET 2020


Commit: c72bdc84d1f5baf91770d1170a0b7256ac87bc12
Author: Michael A. Kowalski
Date:   Fri Dec 4 19:06:37 2020 -0500
Branches: usd-importer-T81257
https://developer.blender.org/rBc72bdc84d1f5baf91770d1170a0b7256ac87bc12

Format fix.

===================================================================

M	source/blender/io/usd/import/usd_data_cache.h

===================================================================

diff --git a/source/blender/io/usd/import/usd_data_cache.h b/source/blender/io/usd/import/usd_data_cache.h
index 6f3767387f6..656bae2790c 100644
--- a/source/blender/io/usd/import/usd_data_cache.h
+++ b/source/blender/io/usd/import/usd_data_cache.h
@@ -54,7 +54,6 @@ class USDDataCache {
   void clear_protype_mesh(const pxr::SdfPath &path);
 
   Mesh *get_prototype_mesh(const pxr::SdfPath &path) const;
-
 };
 
 }  // namespace blender::io::usd



More information about the Bf-blender-cvs mailing list