commit | 1ce6ccce7b98fdb010ad912b2f6bd92cabcb30ae | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Mon Apr 06 09:15:35 2020 -0700 |
committer | Josh Gao <jmgao@google.com> | Mon Apr 13 17:17:31 2020 -0700 |
tree | 16cd3b87a2c6220f56f99717d2f4db8b6e76e4f8 | |
parent | b0422689b9dcfa5568d71193b005458a9079681a [diff] |
Add missing `static` for macOS inline. Also switch to #pragma once and s/__inline__/inline/g for consistency. There are a handful of inlines that are missing static, which seems like a bug, but I've left those for now. Bug: http://b/153328340 Test: treehugger Change-Id: I2353215c0a8a6154ce8b39ecde022b282f5c0cb9 Merged-In: I2353215c0a8a6154ce8b39ecde022b282f5c0cb9 (cherry picked from commit 681338dfb60fe262f5fd1c736f857d9743da7853)