diff options
author | Thomas White <taw@physics.org> | 2015-02-10 17:34:20 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2015-02-10 17:34:20 +0100 |
commit | 1f318fdd6585cb9e825ddf90af749b5266d17b53 (patch) | |
tree | d369915813c15070c4d3c9e80de7df691088559c | |
parent | faa45cdf126772d75dae76f73533b129ea3ff4bc (diff) |
Formatting and comments
-rw-r--r-- | src/dw-hdfsee.c | 6 | ||||
-rw-r--r-- | src/process_image.c | 4 |
2 files changed, 5 insertions, 5 deletions
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 <taw@physics.org> + * 2010-2015 Thomas White <taw@physics.org> * 2014 Valerio Mariani * * This file is part of CrystFEL. |