summaryrefslogtreecommitdiffstats
path: root/hl/src/H5LTanalyze.c
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2020-10-06 11:47:44 (GMT)
committerGitHub <noreply@github.com>2020-10-06 11:47:44 (GMT)
commitd1adf43852c29d9c81372a83b5ed2a5b943c5c6d (patch)
tree01728234e86353cc159c0920fd31f62f93397bc3 /hl/src/H5LTanalyze.c
parentab7333fd8b26eebbd1cfe215a34047d1c5502afc (diff)
parentad5710ef668322c241df1442c335bfc7f09b5184 (diff)
downloadhdf5-d1adf43852c29d9c81372a83b5ed2a5b943c5c6d.zip
hdf5-d1adf43852c29d9c81372a83b5ed2a5b943c5c6d.tar.gz
hdf5-d1adf43852c29d9c81372a83b5ed2a5b943c5c6d.tar.bz2
Merge pull request #21 from byrnHDF/hdf5_1_10
h5repacktest VFD fix and formatting changes
Diffstat (limited to 'hl/src/H5LTanalyze.c')
-rw-r--r--hl/src/H5LTanalyze.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/hl/src/H5LTanalyze.c b/hl/src/H5LTanalyze.c
index 41e77b0..afef871 100644
--- a/hl/src/H5LTanalyze.c
+++ b/hl/src/H5LTanalyze.c
@@ -2413,11 +2413,7 @@ yy_scan_buffer(char *base, yy_size_t size)
* yy_scan_bytes() instead.
*/
YY_BUFFER_STATE
-yy_scan_string(const char *yystr)
-{
-
- return yy_scan_bytes(yystr, (int)strlen(yystr));
-}
+yy_scan_string(const char *yystr) { return yy_scan_bytes(yystr, (int)strlen(yystr)); }
/** Setup the input buffer state to scan the given bytes. The next call to yylex() will
* scan from a @e copy of @a bytes.