aboutsummaryrefslogtreecommitdiff
path: root/src/dw-hdfsee.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2015-02-10 17:34:20 +0100
committerThomas White <taw@physics.org>2015-02-10 17:34:20 +0100
commit1f318fdd6585cb9e825ddf90af749b5266d17b53 (patch)
treed369915813c15070c4d3c9e80de7df691088559c /src/dw-hdfsee.c
parentfaa45cdf126772d75dae76f73533b129ea3ff4bc (diff)
Formatting and comments
Diffstat (limited to 'src/dw-hdfsee.c')
-rw-r--r--src/dw-hdfsee.c6
1 files changed, 3 insertions, 3 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;