clang-format
This commit is contained in:
@@ -34,11 +34,9 @@
|
||||
#include <lib.h>
|
||||
#include <test.h>
|
||||
|
||||
int
|
||||
nettest(int nargs, char **args)
|
||||
{
|
||||
(void)nargs;
|
||||
(void)args;
|
||||
kprintf("No network support available\n");
|
||||
return 1;
|
||||
int nettest(int nargs, char **args) {
|
||||
(void)nargs;
|
||||
(void)args;
|
||||
kprintf("No network support available\n");
|
||||
return 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user