1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 10:07:44 +00:00

LibC+LibELF: Run clang-format

This commit is contained in:
Andreas Kling 2021-02-03 10:19:09 +01:00
parent c94392a1cc
commit db1c6cf9cf
2 changed files with 1 additions and 2 deletions

View file

@ -27,8 +27,8 @@
#pragma once
#include <stdio.h>
#include <unistd.h>
#include <sys/types.h>
#include <unistd.h>
__BEGIN_DECLS