summaryrefslogtreecommitdiffstats
path: root/hl
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2020-10-05 20:39:48 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2020-10-05 20:39:48 (GMT)
commitad5710ef668322c241df1442c335bfc7f09b5184 (patch)
tree68ffb8ccae43127726e3a28a2b1a7a713755e0a3 /hl
parent0736dcbfafa4c69625dfb2d3363443e223b844b2 (diff)
downloadhdf5-ad5710ef668322c241df1442c335bfc7f09b5184.zip
hdf5-ad5710ef668322c241df1442c335bfc7f09b5184.tar.gz
hdf5-ad5710ef668322c241df1442c335bfc7f09b5184.tar.bz2
h5repacktest VFD fix and formatting changes
Diffstat (limited to 'hl')
-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.