diff options
| author | Henrik Rydberg <rydberg@alnilam.(none)> | 2010-02-01 22:03:33 +0100 |
|---|---|---|
| committer | Henrik Rydberg <rydberg@alnilam.(none)> | 2010-02-01 22:03:33 +0100 |
| commit | f0b1dbdc00bda57c62199cbdc44acbadbb1121b0 (patch) | |
| tree | 5234055bf794c28662b139c22e153f7a720a37bc /src/test.c | |
| parent | 30869603dc5d36ad2d82cff82900c7e05a4b35c1 (diff) | |
janitor: stick to kernel-style formattingalpha-1
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
Diffstat (limited to 'src/test.c')
| -rw-r--r-- | src/test.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -22,7 +22,7 @@ | |||
| 22 | #include <stdio.h> | 22 | #include <stdio.h> |
| 23 | #include <time.h> | 23 | #include <time.h> |
| 24 | 24 | ||
| 25 | int main(int argc,char* argv[]) | 25 | int main(int argc, char *argv[]) |
| 26 | { | 26 | { |
| 27 | return 0; | 27 | return 0; |
| 28 | } | 28 | } |
