diff options
author | Richard Braun <rbraun@sceen.net> | 2012-08-26 09:59:11 +0200 |
---|---|---|
committer | Richard Braun <rbraun@sceen.net> | 2012-08-26 09:59:11 +0200 |
commit | 7a0ada3ab6bfd97f677d1b1053c023731a64226a (patch) | |
tree | f4726e4fa09eaa97a499f4202dad95559e331fea /test/test_phys.c | |
parent | 15192dbffe4d7bff096fe4a6e1cc6c7a17c44fc5 (diff) |
Slight coding style change
Diffstat (limited to 'test/test_phys.c')
-rw-r--r-- | test/test_phys.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/test_phys.c b/test/test_phys.c index ba6fbe4..d9ad154 100644 --- a/test/test_phys.c +++ b/test/test_phys.c @@ -29,7 +29,8 @@ #include "../phys.c" -int main(int argc, char *argv[]) +int +main(int argc, char *argv[]) { struct phys_page *page; |