Cleanup: trailing space

This commit is contained in:
2023-01-31 15:49:04 +11:00
parent b18b53eae0
commit 79c82fc1c5
43 changed files with 47 additions and 47 deletions

View File

@@ -340,4 +340,4 @@ void DEG_disable_visibility_optimization(struct Depsgraph *depsgraph)
{
deg::Depsgraph *deg_graph = reinterpret_cast<deg::Depsgraph *>(depsgraph);
deg_graph->use_visibility_optimization = false;
}
}