- Adapted indenation to new agreed upon system

This commit is contained in:
koennecke
2009-02-13 09:01:24 +00:00
parent eb72d5c486
commit b3ac7dff3f
37 changed files with 11946 additions and 11757 deletions

View File

@ -16,11 +16,13 @@
** routine if he wishes to log these errors in
** some other way.
*/
void EL755_ErrorLog (
void EL755_ErrorLog(
/* ==============
*/ char *routine_name,
char *text) {
*/ char *routine_name,
char *text)
{
fprintf(stderr, "%s: %s\n", routine_name, text);
}
fprintf (stderr, "%s: %s\n", routine_name, text);
}
/*-------------------------------------------- End of EL755_ErrorLog.C =======*/