From 4826fd73cec3303854168bb12ebfd5d772aa4913 Mon Sep 17 00:00:00 2001 From: Ward Fisher Date: Fri, 26 Sep 2014 13:57:50 -0600 Subject: [PATCH] Tightened up formatting for generated netcdf_meta.h file. --- include/netcdf_meta.h.in | 24 +++++++++++------------- 1 file changed, 11 insertions(+), 13 deletions(-) diff --git a/include/netcdf_meta.h.in b/include/netcdf_meta.h.in index 0901e9391..d93c9581a 100644 --- a/include/netcdf_meta.h.in +++ b/include/netcdf_meta.h.in @@ -37,18 +37,16 @@ */ #define NC_VERSION "@NC_VERSION@" -#define NC_HAS_NC2 @NC_HAS_NC2@ /*!< API version 2 support. */ -#define NC_HAS_NC4 @NC_HAS_NC4@ /*!< API version 4 support. */ -#define NC_HAS_HDF4 @NC_HAS_HDF4@ /*!< hdf4 support. */ -#define NC_HAS_HDF5 @NC_HAS_HDF5@ /*!< hdf5 support. */ -#define NC_HAS_SZIP @NC_HAS_SZIP@ /*!< szip support (hdf5 only) */ -#define NC_HAS_DAP @NC_HAS_DAP@ /*!< DAP support. */ -#define NC_HAS_DISKLESS @NC_HAS_DISKLESS@ /*!< diskless support. */ -#define NC_HAS_MMAP @NC_HAS_MMAP@ /*!< mmap support. */ -#define NC_HAS_JNA @NC_HAS_JNA@ /*!< jna support. */ -#define NC_HAS_PNETCDF @NC_HAS_PNETCDF@ /*!< pnetcdf support. */ -#define NC_HAS_PARALLEL @NC_HAS_PARALLEL@ /*!< parallel IO support via hdf5. */ - - +#define NC_HAS_NC2 @NC_HAS_NC2@ /*!< API version 2 support. */ +#define NC_HAS_NC4 @NC_HAS_NC4@ /*!< API version 4 support. */ +#define NC_HAS_HDF4 @NC_HAS_HDF4@ /*!< hdf4 support. */ +#define NC_HAS_HDF5 @NC_HAS_HDF5@ /*!< hdf5 support. */ +#define NC_HAS_SZIP @NC_HAS_SZIP@ /*!< szip support (hdf5 only) */ +#define NC_HAS_DAP @NC_HAS_DAP@ /*!< DAP support. */ +#define NC_HAS_DISKLESS @NC_HAS_DISKLESS@ /*!< diskless support. */ +#define NC_HAS_MMAP @NC_HAS_MMAP@ /*!< mmap support. */ +#define NC_HAS_JNA @NC_HAS_JNA@ /*!< jna support. */ +#define NC_HAS_PNETCDF @NC_HAS_PNETCDF@ /*!< pnetcdf support. */ +#define NC_HAS_PARALLEL @NC_HAS_PARALLEL@ /*!< parallel IO support via hdf5. */ #endif