mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-07 00:56:14 +00:00
Meta+Userland: Make clang-format-10 clean
This commit is contained in:
committed by
Andreas Kling
parent
934d4d4033
commit
a2feef17bf
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user