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[];