commit | f4c64dff9ed549eb2f02e7c15d3dd58714e9d794 | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Mon Jul 29 19:54:04 2019 -0700 |
committer | Steven Moreland <smoreland@google.com> | Tue Jul 30 15:59:04 2019 +0000 |
tree | cd31ae55c9a514c6febdc4c92e25da008ad9b8f4 | |
parent | 622b2270c4b3ac0c2dae4cf2db473501f8565312 [diff] |
Re-order virally misplaced namespace comments. Noticed these were out of place when I tried to copy a file to use as a template for a new file. namespace android { namespace aidl { ... } // namespace android } // namespace aidl => namespace android { namespace aidl { ... } // namespace aidl } // namespace android Bug: N/A Test: clang-format upload hook is happy Change-Id: I2893b088c2a0e6b8fd2d09f0a11af5a0877599f1