- Adapted indenation to new agreed upon system
This commit is contained in:
@ -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 =======*/
|
||||
|
Reference in New Issue
Block a user