summaryrefslogtreecommitdiffstats
path: root/hl/src
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2020-10-05 13:45:48 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2020-10-05 13:46:08 (GMT)
commitb8e5408e6ff53436e113c9c17b7700092e47363b (patch)
treec53f486f6eaea30a9f8d3393934a890f6bb2c93d /hl/src
parent8350c697d5eab83b8710b15a3f14d6399dee65cf (diff)
downloadhdf5-b8e5408e6ff53436e113c9c17b7700092e47363b.zip
hdf5-b8e5408e6ff53436e113c9c17b7700092e47363b.tar.gz
hdf5-b8e5408e6ff53436e113c9c17b7700092e47363b.tar.bz2
Update formating
Diffstat (limited to 'hl/src')
-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.