Skip to content

Commit 541623e

Browse files
Committing clang-format changes
1 parent fe019eb commit 541623e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/H5LS.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,8 @@ herr_t readLSConf(char *fname, cache_storage_t *LS) {
187187
if (get_replacement_policy_from_str(mac) > 0)
188188
LS->replacement_policy = get_replacement_policy_from_str(mac);
189189
} else {
190-
snprintf(error_msg, ERROR_MSG_SIZE, "Unknown configuration setup: %s", ip);
190+
snprintf(error_msg, ERROR_MSG_SIZE, "Unknown configuration setup: %s",
191+
ip);
191192
LOG_WARN(-1, "%s", error_msg);
192193
}
193194
}

0 commit comments

Comments
 (0)