diff options
| author | Bruce Momjian <bruce@momjian.us> | 2001-11-05 17:46:40 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 2001-11-05 17:46:40 +0000 |
| commit | ea08e6cd5542cb269ecd3e735f1dfa3bb61fbc4f (patch) | |
| tree | bf6b60c08be3ddf5a40e110e8276dc2d45b1431c /contrib/cube/cubedata.h | |
| parent | 34153b205265e2e831c1e3ee02be0fc88fa41710 (diff) | |
| download | postgresql-ea08e6cd5542cb269ecd3e735f1dfa3bb61fbc4f.tar.gz | |
New pgindent run with fixes suggested by Tom. Patch manually reviewed,
initdb/regression tests pass.
Diffstat (limited to 'contrib/cube/cubedata.h')
| -rw-r--r-- | contrib/cube/cubedata.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/cube/cubedata.h b/contrib/cube/cubedata.h index 359fab2871..a1c5e8efcd 100644 --- a/contrib/cube/cubedata.h +++ b/contrib/cube/cubedata.h @@ -3,4 +3,4 @@ typedef struct NDBOX unsigned int size; /* required to be a Postgres varlena type */ unsigned int dim; float x[1]; -} NDBOX; +} NDBOX; |
