From 1b1aaf3e250e61768c8f7e8695392bbd3d86933e Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 1 May 2016 13:27:59 +1000 Subject: Cleanup: tabs to spaces --- io_mesh_pdb/import_pdb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'io_mesh_pdb/import_pdb.py') diff --git a/io_mesh_pdb/import_pdb.py b/io_mesh_pdb/import_pdb.py index 5fb5890a..3ca3b51f 100644 --- a/io_mesh_pdb/import_pdb.py +++ b/io_mesh_pdb/import_pdb.py @@ -1036,7 +1036,7 @@ def draw_sticks_normal(all_atoms, list_group_sub = [] counter = 0 for stick in all_sticks: - + # The vectors of the two atoms atom1 = all_atoms[stick.atom1-1].location-center atom2 = all_atoms[stick.atom2-1].location-center -- cgit v1.2.3