commit | 523635f4da8c963f96d9a41cad9fe55ab131aece | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Sat Feb 25 02:44:25 2012 +0100 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Sat Feb 25 02:44:25 2012 +0100 |
tree | cac10dc5c3519b465f80211e9dd47108d0b9f7a6 | |
parent | 329655a4661180043dc3f30e85b343e76a85b8e6 [diff] |
Reindent preprocessor directives in syscall.c; fix style. * syscall.c: Fix indentation of preprocessor directives broken by automatic removal of non-Linux code. Fix style to use consistent defined(FOO) instead of defined (FOO). Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>