summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2020-11-20 02:54:00 (GMT)
committerGitHub <noreply@github.com>2020-11-20 02:54:00 (GMT)
commit793b3d1bae9aa888c748e088e9eec94656510171 (patch)
tree8be3451df6669553620fc132dda4d338c0a81f78 /bin
parentfc7ac84e190cd2210c0c3fa4f86b68ad80720fb8 (diff)
downloadhdf5-793b3d1bae9aa888c748e088e9eec94656510171.zip
hdf5-793b3d1bae9aa888c748e088e9eec94656510171.tar.gz
hdf5-793b3d1bae9aa888c748e088e9eec94656510171.tar.bz2
Revert "Switch ID code to use a hash table instead of a skip list (#52)" (#104)
This reverts commit a50d211755cb272b2e468144e7d892a4c90813c4.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/format_source1
-rwxr-xr-xbin/format_source_patch1
2 files changed, 0 insertions, 2 deletions
diff --git a/bin/format_source b/bin/format_source
index 7801c6f..1128def 100755
--- a/bin/format_source
+++ b/bin/format_source
@@ -19,7 +19,6 @@ find . -type d \( -path ./config \) -prune \
-or -name H5Edefin.h \
-or -name H5version.h \
-or -name H5overflow.h \
- -or -name uthash.h \
\) \) \
-and \( -iname *.h -or -iname *.c -or -iname *.cpp -or -iname *.hpp \) \) \
| xargs clang-format -style=file -i -fallback-style=none
diff --git a/bin/format_source_patch b/bin/format_source_patch
index 89c7640..8d6be01 100755
--- a/bin/format_source_patch
+++ b/bin/format_source_patch
@@ -19,7 +19,6 @@ find . -type d \( -path ./config \) -prune \
-or -name H5Edefin.h \
-or -name H5version.h \
-or -name H5overflow.h \
- -or -name uthash.h \
\) \) \
-and \( -iname *.h -or -iname *.c -or -iname *.cpp -or -iname *.hpp \) \) \
| xargs clang-format -style=file -i -fallback-style=none