commit | 14c8c0765a2968f8605c58f27dc68dcc3b6b0807 | [log] [tgz] |
---|---|---|
author | Paul Crowley <paulcrowley@google.com> | Tue Sep 18 13:30:21 2018 -0700 |
committer | Paul Crowley <paulcrowley@google.com> | Tue Sep 18 15:41:22 2018 -0700 |
tree | 7c7981c54cadbcb3689996815d5b89f8b4159922 | |
parent | 1251ef0bcfb82ff7aef2c4472620e6565d0c4ba6 [diff] [blame] |
clang-format many files. Test: Format-only changes; treehugger suffices. Change-Id: I23cde3f0bbcac13bef555d13514e922c79d5ad48
diff --git a/VoldUtil.h b/VoldUtil.h index fd66672..4311586 100644 --- a/VoldUtil.h +++ b/VoldUtil.h
@@ -20,7 +20,7 @@ #include <fstab/fstab.h> #include <sys/cdefs.h> -extern struct fstab *fstab_default; +extern struct fstab* fstab_default; #define ARRAY_SIZE(a) (sizeof(a) / sizeof(*(a)))