From 4d82731cc32b4453f74b717585c6b2b3fac4aff8 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 15 Jan 2021 15:27:46 +0100 Subject: Formatting --- libcrystfel/src/index.c | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/libcrystfel/src/index.c b/libcrystfel/src/index.c index 130b4262..44909347 100644 --- a/libcrystfel/src/index.c +++ b/libcrystfel/src/index.c @@ -573,10 +573,14 @@ static int check_cell(IndexingFlags flags, Crystal *cr, UnitCell *target, /* Check at all? */ if ( !(flags & INDEXING_CHECK_CELL) ) return 0; - if ( !right_handed(target) ) STATUS("WARNING: reference cell is left handed\n"); - if ( !right_handed(crystal_get_cell(cr)) ) STATUS("WARNING: unmatched cell is left handed\n"); + if ( !right_handed(target) ) { + STATUS("WARNING: reference cell is left handed\n"); + } + if ( !right_handed(crystal_get_cell(cr)) ) { + STATUS("WARNING: unmatched cell is left handed\n"); + } out = compare_reindexed_cell_parameters(crystal_get_cell(cr), target, - tolerance, &rm); + tolerance, &rm); if ( out != NULL ) { -- cgit v1.2.3