|
From: <kin...@us...> - 2025-09-28 08:52:57
|
Revision: 7511
http://sourceforge.net/p/teem/code/7511
Author: kindlmann
Date: 2025-09-28 08:52:54 +0000 (Sun, 28 Sep 2025)
Log Message:
-----------
now with clang-format
Modified Paths:
--------------
teem/trunk/src/hest/methodsHest.c
Modified: teem/trunk/src/hest/methodsHest.c
===================================================================
--- teem/trunk/src/hest/methodsHest.c 2025-09-28 08:50:07 UTC (rev 7510)
+++ teem/trunk/src/hest/methodsHest.c 2025-09-28 08:52:54 UTC (rev 7511)
@@ -165,7 +165,9 @@
if (ret) {
if (strlen(myerr)) {
snprintf(hpp->err, AIR_STRLEN_HUGE + 1, "error parsing \"%s\" as %s:\n%s\n", str,
- hpp->CB->type, airStrtrunc(myerr, AIR_STRLEN_HUGE + 1, strlen(str) + strlen(hpp->CB->type) + 100));
+ hpp->CB->type,
+ airStrtrunc(myerr, AIR_STRLEN_HUGE + 1,
+ strlen(str) + strlen(hpp->CB->type) + 100));
} else {
snprintf(hpp->err, AIR_STRLEN_HUGE + 1,
"error parsing \"%s\" as %s: returned %d\n", str, hpp->CB->type, ret);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|