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

@@ -131,7 +131,6 @@ FORWARD _PROTOTYPE( void cons_org0, (void) );
FORWARD _PROTOTYPE( int ga_program, (struct sequence *seq) );
FORWARD _PROTOTYPE( int cons_ioctl, (tty_t *tp, int) );
/*===========================================================================*
* cons_write *
*===========================================================================*/
@@ -201,7 +200,6 @@ int try;
}
}
/*===========================================================================*
* cons_echo *
*===========================================================================*/
@@ -216,7 +214,6 @@ int c; /* character to be echoed */
flush(cons);
}
/*===========================================================================*
* out_char *
*===========================================================================*/
@@ -303,7 +300,6 @@ int c; /* character to be output */
}
}
/*===========================================================================*
* scroll_screen *
*===========================================================================*/
@@ -358,7 +354,6 @@ int dir; /* SCROLL_UP or SCROLL_DOWN */
flush(cons);
}
/*===========================================================================*
* flush *
*===========================================================================*/
@@ -393,7 +388,6 @@ register console_t *cons; /* pointer to console struct */
}
}
/*===========================================================================*
* parse_escape *
*===========================================================================*/
@@ -453,7 +447,6 @@ char c; /* next character in escape sequence */
}
}
/*===========================================================================*
* do_escape *
*===========================================================================*/
@@ -696,7 +689,6 @@ char c; /* next character in escape sequence */
cons->c_esc_state = 0;
}
/*===========================================================================*
* set_6845 *
*===========================================================================*/
@@ -732,7 +724,6 @@ unsigned *val; /* 16-bit value to set it to */
*val = (v1 << 8) | v2;
}
/*===========================================================================*
* beep *
*===========================================================================*/
@@ -770,7 +761,6 @@ PRIVATE void beep()
}
}
/*===========================================================================*
* stop_beep *
*===========================================================================*/
@@ -784,7 +774,6 @@ timer_t *tmrp;
beeping = FALSE;
}
/*===========================================================================*
* scr_init *
*===========================================================================*/
@@ -890,7 +879,6 @@ int c;
putk(c);
}
/*==========================================================================*
* do_new_kmess *
*==========================================================================*/
@@ -967,7 +955,6 @@ message *m_ptr; /* pointer to request message */
send(m_ptr->m_source, m_ptr);
}
/*===========================================================================*
* putk *
*===========================================================================*/
@@ -987,7 +974,6 @@ int c; /* character to print */
}
}
/*===========================================================================*
* toggle_scroll *
*===========================================================================*/
@@ -1000,7 +986,6 @@ PUBLIC void toggle_scroll()
printf("%sware scrolling enabled.\n", softscroll ? "Soft" : "Hard");
}
/*===========================================================================*
* cons_stop *
*===========================================================================*/
@@ -1013,7 +998,6 @@ PUBLIC void cons_stop()
cons_table[0].c_attr = cons_table[0].c_blank = BLANK_COLOR;
}
/*===========================================================================*
* cons_org0 *
*===========================================================================*/
@@ -1038,7 +1022,6 @@ PRIVATE void cons_org0()
select_console(ccurrent);
}
/*===========================================================================*
* select_console *
*===========================================================================*/
@@ -1053,7 +1036,6 @@ PUBLIC void select_console(int cons_line)
set_6845(CURSOR, curcons->c_cur);
}
/*===========================================================================*
* con_loadfont *
*===========================================================================*/
@@ -1094,7 +1076,6 @@ message *m;
return(result);
}
/*===========================================================================*
* ga_program *
*===========================================================================*/
@@ -1111,7 +1092,6 @@ struct sequence *seq;
return sys_voutb(char_out, 14);
}
/*===========================================================================*
* cons_ioctl *
*===========================================================================*/