1
Fork 0
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:
Andreas Kling 2019-06-07 11:50:05 +02:00
parent 3ca332af42
commit 2c70ae0418
4 changed files with 22 additions and 20 deletions

View file

@ -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;
}