commit | db0bc67ee176f4c897c46974b6c5c36d60ddb39f | [log] [tgz] |
---|---|---|
author | Jorge Lucangeli Obes <[email protected]> | Wed Aug 03 10:45:21 2016 -0400 |
committer | Jorge Lucangeli Obes <[email protected]> | Wed Aug 03 10:53:42 2016 -0400 |
tree | d5daa1cf744eb8f9a96506b80c35be83bd063498 | |
parent | 2aa880cd4da0780df9751f1f9ea56cff9edc32f2 [diff] [blame] |
Use clang-format on more files. Also fix some TODO comments. Bug: None Change-Id: Ia075ec1ccda16dbf388a1c4f37c4f0241892c4f6
diff --git a/libsyscalls.h b/libsyscalls.h index a2eb43c..f6c3212 100644 --- a/libsyscalls.h +++ b/libsyscalls.h
@@ -7,8 +7,8 @@ #include <sys/types.h> struct syscall_entry { - const char *name; - int nr; + const char *name; + int nr; }; extern const struct syscall_entry syscall_table[];