aboutsummaryrefslogtreecommitdiff
path: root/src/cell.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cell.c')
-rw-r--r--src/cell.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cell.c b/src/cell.c
index fa3cfb0a..4c6a4ed7 100644
--- a/src/cell.c
+++ b/src/cell.c
@@ -887,7 +887,7 @@ UnitCell *load_cell_from_pdb(const char *filename)
notrail(sym);
cell_set_pointgroup_from_pdb(cell, sym);
cell->spacegroup = sym;
-
+
} else {
cell_set_pointgroup_from_pdb(cell, "P 1");
cell->spacegroup = strdup("P 1");