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 /src/dw-hdfsee.c | |
parent | faa45cdf126772d75dae76f73533b129ea3ff4bc (diff) |
Formatting and comments
Diffstat (limited to 'src/dw-hdfsee.c')
-rw-r--r-- | src/dw-hdfsee.c | 6 |
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; |