diff options
author | Thomas White <taw@bitwiz.org.uk> | 2012-02-04 15:53:36 -0800 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:45 +0100 |
commit | c22ac9a9c32998fbecde26dee407035fc8d6c6c3 (patch) | |
tree | 1b5ea83938d3234e7dc97a64e8c0aaf8a7731206 /src | |
parent | 959c5f3d6500f279efde55bd288af83f94b31fac (diff) |
Formatting
Diffstat (limited to 'src')
-rw-r--r-- | src/dw-hdfsee.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dw-hdfsee.c b/src/dw-hdfsee.c index 3a99bd30..ebf9a776 100644 --- a/src/dw-hdfsee.c +++ b/src/dw-hdfsee.c @@ -1756,8 +1756,8 @@ DisplayWindow *displaywindow_open(const char *filename, const char *peaks, int boost, int binning, int cmfilter, int noisefilter, int colscale, const char *element, const char *geometry, - int show_rings, double *ring_radii, int n_rings, - double ring_size) + int show_rings, double *ring_radii, + int n_rings, double ring_size) { DisplayWindow *dw; char *title; |