diff options
author | Treehugger Robot <treehugger-gerrit@google.com> | 2020-04-28 21:06:38 +0000 |
---|---|---|
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | 2020-04-28 21:06:38 +0000 |
commit | 9a3681e34fefa23fa1d2ba8809957c78f60bb00f (patch) | |
tree | dded8cac2de88b979b33ac1163ca5610896143dc /libc | |
parent | 8ae2148ff89f52617fd59583b56b4a7b8aa49b58 (diff) | |
parent | 45aaa852253693f49f8a71ea23106937ee571a2f (diff) |
Merge "[NFC] Align pointer to type." am: cbc67b3051 am: ff84e37ac1 am: f0417212f7 am: 45aaa85225
Change-Id: I9fce53fc5394d68e302b2c9a514852dc8c11f712
Diffstat (limited to 'libc')
-rw-r--r-- | libc/private/bionic_globals.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/private/bionic_globals.h b/libc/private/bionic_globals.h index 6e7eb76e4..54605dbf3 100644 --- a/libc/private/bionic_globals.h +++ b/libc/private/bionic_globals.h @@ -101,8 +101,8 @@ struct libc_shared_globals { const char* init_progname = nullptr; char** init_environ = nullptr; - const gwp_asan::AllocatorState *gwp_asan_state = nullptr; - const gwp_asan::AllocationMetadata *gwp_asan_metadata = nullptr; + const gwp_asan::AllocatorState* gwp_asan_state = nullptr; + const gwp_asan::AllocationMetadata* gwp_asan_metadata = nullptr; }; __LIBC_HIDDEN__ libc_shared_globals* __libc_shared_globals(); |