diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2020-10-05 19:32:45 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2020-10-05 19:32:45 (GMT) |
commit | 2744238c875aa5b064eb3436df143a80146ae93a (patch) | |
tree | fc7a34b075a9967f680a4d8009b9d9e94fd61958 /hl/src | |
parent | d40fc11656f852e163dd6a640e513360e1c79179 (diff) | |
download | hdf5-2744238c875aa5b064eb3436df143a80146ae93a.zip hdf5-2744238c875aa5b064eb3436df143a80146ae93a.tar.gz hdf5-2744238c875aa5b064eb3436df143a80146ae93a.tar.bz2 |
Cleanup comments in tests, align comments better, update vfd test
Diffstat (limited to 'hl/src')
-rw-r--r-- | hl/src/H5LTanalyze.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/hl/src/H5LTanalyze.c b/hl/src/H5LTanalyze.c index 63b9755..13b6ce7 100644 --- a/hl/src/H5LTanalyze.c +++ b/hl/src/H5LTanalyze.c @@ -2156,11 +2156,7 @@ H5LTyy_scan_buffer(char *base, yy_size_t size) * H5LTyy_scan_bytes() instead. */ YY_BUFFER_STATE -H5LTyy_scan_string(yyconst char *yystr) -{ - - return H5LTyy_scan_bytes(yystr, strlen(yystr)); -} +H5LTyy_scan_string(yyconst char *yystr) { return H5LTyy_scan_bytes(yystr, strlen(yystr)); } /** Setup the input buffer state to scan the given bytes. The next call to H5LTyylex() will * scan from a @e copy of @a bytes. |