summaryrefslogtreecommitdiffstats
path: root/src/H5FDwindows.h
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2014-04-25 20:58:01 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2014-04-25 20:58:01 (GMT)
commitc5815755cc96f5ba07221a14496d8ef69fbb6e9d (patch)
treeea1e1f2151843788db9aa1eb39f226cf864377cb /src/H5FDwindows.h
parent4257a32de13576155efc6df64aa0282bdf074ff1 (diff)
downloadhdf5-c5815755cc96f5ba07221a14496d8ef69fbb6e9d.zip
hdf5-c5815755cc96f5ba07221a14496d8ef69fbb6e9d.tar.gz
hdf5-c5815755cc96f5ba07221a14496d8ef69fbb6e9d.tar.bz2
[svn-r25111] Changed Subeversion EOL and executable properties. No code changes.
Diffstat (limited to 'src/H5FDwindows.h')
-rw-r--r--src/H5FDwindows.h98
1 files changed, 49 insertions, 49 deletions
diff --git a/src/H5FDwindows.h b/src/H5FDwindows.h
index ecc28a7..7b547bf 100644
--- a/src/H5FDwindows.h
+++ b/src/H5FDwindows.h
@@ -1,49 +1,49 @@
-/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
- * Copyright by The HDF Group. *
- * Copyright by the Board of Trustees of the University of Illinois. *
- * All rights reserved. *
- * *
- * This file is part of HDF5. The full HDF5 copyright notice, including *
- * terms governing use, modification, and redistribution, is contained in *
- * the files COPYING and Copyright.html. COPYING can be found at the root *
- * of the source code distribution tree; Copyright.html can be found at the *
- * root level of an installed copy of the electronic HDF5 document set and *
- * is linked from the top-level documents page. It can also be found at *
- * http://hdfgroup.org/HDF5/doc/Copyright.html. If you do not have *
- * access to either file, you may request a copy from help@hdfgroup.org. *
- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
-
-/*
- * Programmer: Scott Wegner <swegner@hdfgroup.org>
- * Based on code by Robb Matzke
- * Thursday, May 24 2007
- *
- * Purpose: The public header file for the windows driver.
- */
-#ifndef H5FDwindows_H
-#define H5FDwindows_H
-
-#include "H5Ipublic.h"
-#include "H5FDsec2.h"
-
-#define H5FD_WINDOWS (H5FD_windows_init())
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-/* The code behind the windows VFD has been removed and the windows
- * VFD initialization has been redirected to the SEC2 driver. The
- * "Windows" VFD was actually identical to the SEC2 driver code
- * (a planned Win32 API driver never happened) so this change
- * should be transparent to users.
- */
-#define H5FD_windows_init H5FD_sec2_init
-#define H5FD_windows_term H5FD_sec2_term
-H5_DLL herr_t H5Pset_fapl_windows(hid_t fapl_id);
-
-#ifdef __cplusplus
-}
-#endif
-
-#endif
+/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
+ * Copyright by The HDF Group. *
+ * Copyright by the Board of Trustees of the University of Illinois. *
+ * All rights reserved. *
+ * *
+ * This file is part of HDF5. The full HDF5 copyright notice, including *
+ * terms governing use, modification, and redistribution, is contained in *
+ * the files COPYING and Copyright.html. COPYING can be found at the root *
+ * of the source code distribution tree; Copyright.html can be found at the *
+ * root level of an installed copy of the electronic HDF5 document set and *
+ * is linked from the top-level documents page. It can also be found at *
+ * http://hdfgroup.org/HDF5/doc/Copyright.html. If you do not have *
+ * access to either file, you may request a copy from help@hdfgroup.org. *
+ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
+
+/*
+ * Programmer: Scott Wegner <swegner@hdfgroup.org>
+ * Based on code by Robb Matzke
+ * Thursday, May 24 2007
+ *
+ * Purpose: The public header file for the windows driver.
+ */
+#ifndef H5FDwindows_H
+#define H5FDwindows_H
+
+#include "H5Ipublic.h"
+#include "H5FDsec2.h"
+
+#define H5FD_WINDOWS (H5FD_windows_init())
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+/* The code behind the windows VFD has been removed and the windows
+ * VFD initialization has been redirected to the SEC2 driver. The
+ * "Windows" VFD was actually identical to the SEC2 driver code
+ * (a planned Win32 API driver never happened) so this change
+ * should be transparent to users.
+ */
+#define H5FD_windows_init H5FD_sec2_init
+#define H5FD_windows_term H5FD_sec2_term
+H5_DLL herr_t H5Pset_fapl_windows(hid_t fapl_id);
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif