diff options
Diffstat (limited to 'c++')
-rw-r--r-- | c++/test/ttypes.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/c++/test/ttypes.cpp b/c++/test/ttypes.cpp index 4219523..4d0290d 100644 --- a/c++/test/ttypes.cpp +++ b/c++/test/ttypes.cpp @@ -11,6 +11,7 @@ * 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. * + * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * / /***************************************************************************** FILE @@ -807,4 +808,4 @@ cleanup_types(void) { for (int i = 0; i < 3; i++) HDremove(FILENAME[i]); -} +} // cleanup_types |