From f0b1dbdc00bda57c62199cbdc44acbadbb1121b0 Mon Sep 17 00:00:00 2001 From: Henrik Rydberg Date: Mon, 1 Feb 2010 22:03:33 +0100 Subject: janitor: stick to kernel-style formatting With this commit, the whole code base complies with the kernel format style, and patches can be checked against the kernel-provided ./scripts/checkpatch.pl --- src/test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/test.c') diff --git a/src/test.c b/src/test.c index 82e30e6..e9b8ce3 100644 --- a/src/test.c +++ b/src/test.c @@ -22,7 +22,7 @@ #include #include -int main(int argc,char* argv[]) +int main(int argc, char *argv[]) { return 0; } -- cgit v1.2.3