From 1f318fdd6585cb9e825ddf90af749b5266d17b53 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 10 Feb 2015 17:34:20 +0100 Subject: Formatting and comments --- src/dw-hdfsee.c | 6 +++--- src/process_image.c | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'src') diff --git a/src/dw-hdfsee.c b/src/dw-hdfsee.c index e92dcd1e..ea1dbf0a 100644 --- a/src/dw-hdfsee.c +++ b/src/dw-hdfsee.c @@ -853,9 +853,9 @@ static gint displaywindow_set_boostint(GtkWidget *widget, DisplayWindow *dw) return 0; } - if ( dw->hdfile == NULL ) { - return 0; - } + if ( dw->hdfile == NULL ) { + return 0; + } bd = malloc(sizeof(BoostIntDialog)); if ( bd == NULL ) return 0; diff --git a/src/process_image.c b/src/process_image.c index 6ccd0c9a..6f5f4209 100644 --- a/src/process_image.c +++ b/src/process_image.c @@ -3,11 +3,11 @@ * * The processing pipeline for one image * - * Copyright © 2012-2014 Deutsches Elektronen-Synchrotron DESY, + * Copyright © 2012-2015 Deutsches Elektronen-Synchrotron DESY, * a research centre of the Helmholtz Association. * * Authors: - * 2010-2014 Thomas White + * 2010-2015 Thomas White * 2014 Valerio Mariani * * This file is part of CrystFEL. -- cgit v1.2.3