commit | b34bfce1d07a2d272e8928f3597a74f6ab427318 | [log] [tgz] |
---|---|---|
author | Devin Moore <devinmoore@google.com> | Wed Apr 29 11:51:26 2020 -0700 |
committer | Devin Moore <devinmoore@google.com> | Wed Apr 29 15:32:14 2020 -0700 |
tree | 374fbe8ab4b3cde67295a20815e88ba57cb74ae0 | |
parent | c04410ed690c5fb0728a5b11609b883f2ce14e35 [diff] |
Drop unnecessary semicolon from end of file Remove unnecessary semicolon to avoid a warning about C++98 incompatibility: error: extra ';' outside of a function is incompatible with C++98 [-Werror,-Wc++98-compat-extra-semi] Test: Built an AIDL interface with trace.h methods, ran on device, collected traces. Change-Id: I307a36eeef861d4c28aa85dc3e0b15500bfac7c8