summaryrefslogtreecommitdiffstats
path: root/hl
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2020-10-05 19:21:58 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2020-10-05 19:21:58 (GMT)
commitf8cd74af65dc406292ffcfed1a01b2591f2bd15c (patch)
tree6fd6e9ca7b5257f011a118e9e5ecfae825e04abb /hl
parente01430ec5600e85f6f4ff06c5bc2bbdd72e7a547 (diff)
downloadhdf5-f8cd74af65dc406292ffcfed1a01b2591f2bd15c.zip
hdf5-f8cd74af65dc406292ffcfed1a01b2591f2bd15c.tar.gz
hdf5-f8cd74af65dc406292ffcfed1a01b2591f2bd15c.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.