summaryrefslogtreecommitdiffstats
path: root/src/H5FDhdfs.c
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2020-10-19 14:39:13 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2020-10-19 14:39:13 (GMT)
commita04ea65140bc690cbe056e27a7e6a2983443f2bf (patch)
treed6aedd80987fca34b958833dc185fd80bfcae9f6 /src/H5FDhdfs.c
parentec13e5f872108a14b605b6b0e7d6cb7989ec76f8 (diff)
downloadhdf5-a04ea65140bc690cbe056e27a7e6a2983443f2bf.zip
hdf5-a04ea65140bc690cbe056e27a7e6a2983443f2bf.tar.gz
hdf5-a04ea65140bc690cbe056e27a7e6a2983443f2bf.tar.bz2
Whitespace changes
Diffstat (limited to 'src/H5FDhdfs.c')
-rw-r--r--src/H5FDhdfs.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/H5FDhdfs.c b/src/H5FDhdfs.c
index daebeda..f1505d5 100644
--- a/src/H5FDhdfs.c
+++ b/src/H5FDhdfs.c
@@ -47,11 +47,11 @@
* some bad symbol interpretation that raises a warning that is out of our
* control.
*/
-H5_GCC_DIAG_OFF(strict - prototypes)
-H5_GCC_DIAG_OFF(undef)
+H5_GCC_DIAG_OFF("strict-prototypes")
+H5_GCC_DIAG_OFF("undef")
#include <hdfs.h>
-H5_GCC_DIAG_ON(strict - prototypes)
-H5_GCC_DIAG_ON(undef)
+H5_GCC_DIAG_ON("strict-prototypes")
+H5_GCC_DIAG_ON("undef")
/* toggle function call prints: 1 turns on */
#define HDFS_DEBUG 0
@@ -609,7 +609,7 @@ done:
* Function: H5Pset_fapl_hdfs
*
* Purpose: Modify the file access property list to use the H5FD_HDFS
- * driver defined in this source file. All driver specfic
+ * driver defined in this source file. All driver specific
* properties are passed in as a pointer to a suitably
* initialized instance of H5FD_hdfs_fapl_t
*