Add newlines to the end of all files

This commit is contained in:
Chris Burel
2021-04-21 09:50:30 -07:00
parent 0fa00a117c
commit 28170ffe41
3622 changed files with 3629 additions and 3629 deletions
+1 -1
View File
@@ -87,4 +87,4 @@ if __name__ == "__main__":
create_cylinder(whiteBoxMesh, args.sides, args.size)
# update whiteBoxMesh
init.update_white_box(whiteBoxMesh, whiteBoxMeshComponent)
init.update_white_box(whiteBoxMesh, whiteBoxMeshComponent)
+1 -1
View File
@@ -110,4 +110,4 @@ if __name__ == "__main__":
create_icosahedron(whiteBoxMesh, args.radius)
# update whiteBoxMesh
init.update_white_box(whiteBoxMesh, whiteBoxMeshComponent)
init.update_white_box(whiteBoxMesh, whiteBoxMeshComponent)
+1 -1
View File
@@ -95,4 +95,4 @@ if __name__ == "__main__":
create_sphere(whiteBoxMesh, args.subdivisions, args.radius)
# update whiteBoxMesh
init.update_white_box(whiteBoxMesh, whiteBoxMeshComponent)
init.update_white_box(whiteBoxMesh, whiteBoxMeshComponent)
+1 -1
View File
@@ -100,4 +100,4 @@ if __name__ == "__main__":
create_staircase_from_white_box_mesh(whiteBoxMesh, args.num_steps, args.depth, args.height, args.width)
# update whiteBoxMesh
init.update_white_box(whiteBoxMesh, whiteBoxMeshComponent)
init.update_white_box(whiteBoxMesh, whiteBoxMeshComponent)
+1 -1
View File
@@ -67,4 +67,4 @@ if __name__ == "__main__":
create_tetrahedron(whiteBoxMesh, args.radius)
# update whiteBoxMesh
init.update_white_box(whiteBoxMesh, whiteBoxMeshComponent)
init.update_white_box(whiteBoxMesh, whiteBoxMeshComponent)