summaryrefslogtreecommitdiffstats
path: root/hl/src/H5LTanalyze.c
diff options
context:
space:
mode:
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 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.