mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-28 00:02:28 +00:00
Run clang-format on most sources
This commit is contained in:
parent
614229e3f4
commit
369f9740de
228 changed files with 4844 additions and 4637 deletions
|
@ -25,9 +25,9 @@
|
|||
│ OTHER DEALINGS IN THE SOFTWARE. │
|
||||
╚─────────────────────────────────────────────────────────────────────────────*/
|
||||
#include "libc/dce.h"
|
||||
#include "libc/vga/vga.internal.h"
|
||||
#include "libc/runtime/pc.internal.h"
|
||||
#include "libc/str/str.h"
|
||||
#include "libc/vga/vga.internal.h"
|
||||
|
||||
struct Tty _vga_tty;
|
||||
|
||||
|
@ -58,8 +58,8 @@ void _vga_reinit(struct Tty *tty, unsigned short starty, unsigned short startx,
|
|||
* Initialize our tty structure from the current screen geometry, screen
|
||||
* contents, cursor position, & character dimensions.
|
||||
*/
|
||||
_StartTty(tty, vid_type, height, width, stride, starty, startx,
|
||||
chr_ht, chr_wid, vid_buf, init_flags);
|
||||
_StartTty(tty, vid_type, height, width, stride, starty, startx, chr_ht,
|
||||
chr_wid, vid_buf, init_flags);
|
||||
}
|
||||
|
||||
textstartup void _vga_init(void) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue