clang-format
This commit is contained in:
@@ -36,9 +36,7 @@
|
||||
* Just calls reboot() with the RB_REBOOT flag.
|
||||
*/
|
||||
|
||||
int
|
||||
main(void)
|
||||
{
|
||||
reboot(RB_REBOOT);
|
||||
return 0;
|
||||
int main(void) {
|
||||
reboot(RB_REBOOT);
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user