Skip to content

Commit

Permalink
Committing clang-format changes
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 25, 2023
1 parent 07ea967 commit 4aca0af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/testframe.c
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,7 @@ TestAlarmOn(void)
{
#ifdef H5_HAVE_ALARM
char *env_val = getenv("HDF5_ALARM_SECONDS"); /* Alarm environment */
unsigned long alarm_sec = H5_ALARM_SEC; /* Number of seconds before alarm goes off */
unsigned long alarm_sec = H5_ALARM_SEC; /* Number of seconds before alarm goes off */

/* Get the alarm value from the environment variable, if set */
if (env_val != NULL)
Expand Down

0 comments on commit 4aca0af

Please sign in to comment.