diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2020-05-12 20:58:01 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2020-05-12 20:58:01 (GMT) |
commit | fc2370bc090530bff1197ae278d418e84cca6c46 (patch) | |
tree | b63e281d8194ec8bb8f0e6a38410fb107821a6c5 /hl/c++ | |
parent | 415647d63a0783a566402d98baad2b65677ab812 (diff) | |
download | hdf5-fc2370bc090530bff1197ae278d418e84cca6c46.zip hdf5-fc2370bc090530bff1197ae278d418e84cca6c46.tar.gz hdf5-fc2370bc090530bff1197ae278d418e84cca6c46.tar.bz2 |
Whitespace cleanup
Diffstat (limited to 'hl/c++')
-rw-r--r-- | hl/c++/Makefile.am | 2 | ||||
-rw-r--r-- | hl/c++/examples/run-hlc++-ex.sh.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/hl/c++/Makefile.am b/hl/c++/Makefile.am index f9ea328..6239a4c 100644 --- a/hl/c++/Makefile.am +++ b/hl/c++/Makefile.am @@ -14,7 +14,7 @@ ## Run automake to generate a Makefile.in from this file. # # High-Level API C++ Makefile(.in) -# +# include $(top_srcdir)/config/commence.am diff --git a/hl/c++/examples/run-hlc++-ex.sh.in b/hl/c++/examples/run-hlc++-ex.sh.in index 43831f5..4aa231f 100644 --- a/hl/c++/examples/run-hlc++-ex.sh.in +++ b/hl/c++/examples/run-hlc++-ex.sh.in @@ -98,5 +98,5 @@ rm *.o rm *.h5 echo -exit $EXIT_VALUE +exit $EXIT_VALUE |