Remove double-blank lines (Al)

This commit is contained in:
Ben Gras
2005-08-22 15:17:42 +00:00
parent 3aca81a22a
commit e2e90b1fdc
40 changed files with 7 additions and 361 deletions

View File

@@ -111,8 +111,6 @@ FORWARD _PROTOTYPE( void reply, (int code,int replyee,int proc,int status));
FORWARD _PROTOTYPE( void do_printer_output, (void) );
FORWARD _PROTOTYPE( void signal_handler, (int sig) );
/*===========================================================================*
* signal_handler *
*===========================================================================*/
@@ -128,7 +126,6 @@ int sig; /* signal number */
}
}
/*===========================================================================*
* printer_task *
*===========================================================================*/
@@ -157,7 +154,6 @@ PUBLIC void main(void)
}
}
/*===========================================================================*
* do_write *
*===========================================================================*/
@@ -206,7 +202,6 @@ register message *m_ptr; /* pointer to the newly arrived message */
}
}
/*===========================================================================*
* output_done *
*===========================================================================*/
@@ -290,7 +285,6 @@ register message *m_ptr; /* pointer to the newly arrived message */
reply(TASK_REPLY, m_ptr->m_source, m_ptr->PROC_NR, EINTR);
}
/*===========================================================================*
* reply *
*===========================================================================*/
@@ -310,7 +304,6 @@ int status; /* number of chars printed or error code */
send(replyee, &pr_mess); /* send the message */
}
/*===========================================================================*
* do_initialize *
*===========================================================================*/
@@ -335,7 +328,6 @@ PRIVATE void do_initialize()
}
/*==========================================================================*
* prepare_output *
*==========================================================================*/
@@ -355,7 +347,6 @@ PRIVATE void prepare_output()
oleft = chunk;
}
/*===========================================================================*
* do_printer_output *
*===========================================================================*/
@@ -421,5 +412,3 @@ PRIVATE void do_printer_output()
sys_irqenable(&irq_hook_id);
}