mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-28 11:49:44 +00:00
Meta+Userland: Make clang-format-10 clean
This commit is contained in:
parent
934d4d4033
commit
a2feef17bf
Notes:
sideshowbarker
2024-07-19 02:14:24 +09:00
Author: https://github.com/BenWiederhake
Commit: a2feef17bf
Pull-request: https://github.com/SerenityOS/serenity/pull/3541
Reviewed-by: https://github.com/alimpfard
Reviewed-by: https://github.com/linusg
7 changed files with 27 additions and 31 deletions
|
@ -27,15 +27,11 @@
|
|||
#include <stdio.h>
|
||||
#include <unistd.h>
|
||||
|
||||
|
||||
int main(int, char**)
|
||||
{
|
||||
if (reboot() < 0){
|
||||
if (reboot() < 0) {
|
||||
perror("reboot");
|
||||
return 1;
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue