Skip to content
Snippets Groups Projects
Commit 605371d1 authored by rswindell's avatar rswindell
Browse files

Programming style update only.

parent 560a5b2b
No related branches found
No related tags found
No related merge requests found
......@@ -477,7 +477,8 @@ void sbbs_t::clearline(void)
else {
for(i=0;i<79;i++)
outchar(SP);
outchar(CR); }
outchar(CR);
}
}
/****************************************************************************/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment