File changes to affect formatting

This commit is contained in:
Allen Byrne
2020-09-04 16:51:30 -05:00
parent 30c7264c2c
commit d8d17d2328
40 changed files with 8213 additions and 8066 deletions

View File

@@ -1268,7 +1268,7 @@ done:
* 'temp' in the code below, but early (4.4.7, at least) gcc only
* allows diagnostic pragmas to be toggled outside of functions.
*/
H5_GCC_DIAG_OFF(format-nonliteral)
H5_GCC_DIAG_OFF("format-nonliteral")
static void
do_cleanupfile(iotype iot, char *filename)
{
@@ -1330,5 +1330,5 @@ do_cleanupfile(iotype iot, char *filename)
}
}
}
H5_GCC_DIAG_ON(format-nonliteral)
H5_GCC_DIAG_ON("format-nonliteral")