remove redundant comments from generated C++ files. clean up with clang-format.

This commit is contained in:
Axel Kohlmeyer
2022-12-28 16:31:50 -05:00
parent f157ba2389
commit 57713cf9a3
211 changed files with 6255 additions and 54891 deletions

View File

@ -24,7 +24,7 @@ integer xerbla_(const char *srname, integer *info)
buf[i + 16] = srname[i];
}
int len = strlen(buf);
snprintf(buf+len, BUFSZ-len, " parameter number %d had an illegal value\n", *info);
snprintf(buf + len, BUFSZ - len, " parameter number %d had an illegal value\n", *info);
exit(1);
return 0;
}