From f88f11adb68b7b11dbc653543c989108aeb96a8f Mon Sep 17 00:00:00 2001 From: Thomas White Date: Mon, 22 Sep 2014 18:06:34 +0200 Subject: Formatting --- libcrystfel/src/detector.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'libcrystfel/src/detector.c') diff --git a/libcrystfel/src/detector.c b/libcrystfel/src/detector.c index 3cf59786..e5319000 100644 --- a/libcrystfel/src/detector.c +++ b/libcrystfel/src/detector.c @@ -1044,8 +1044,7 @@ struct detector *get_detector_geometry(const char *filename, next_instance = det->panels[i].data; - while(next_instance) - { + while ( next_instance ) { next_instance = strstr(next_instance, "%"); if ( next_instance != NULL ) { next_instance += 1*sizeof(char); @@ -1660,7 +1659,7 @@ void mark_resolution_range_as_bad(struct image *image, } -extern int single_panel_data_source (struct detector *det, const char *element) +extern int single_panel_data_source(struct detector *det, const char *element) { int pi; char *first_datafrom = NULL; -- cgit v1.2.3