mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 13:38:11 +00:00
Demos: Run clang-format on everything.
This commit is contained in:
parent
3ca332af42
commit
2c70ae0418
4 changed files with 22 additions and 20 deletions
|
@ -1,8 +1,8 @@
|
|||
#include <AK/Assertions.h>
|
||||
#include <fcntl.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
#include <fcntl.h>
|
||||
#include <AK/Assertions.h>
|
||||
|
||||
static void moveto(int row, int column)
|
||||
{
|
||||
|
@ -68,4 +68,3 @@ int main()
|
|||
printf("\033[u\n");
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue