commit | 92c3f1e31fb58efc8e0087174cee187d20538f72 | [log] [tgz] |
---|---|---|
author | Brian Silverman <brian@peloton-tech.com> | Tue Dec 08 20:21:31 2015 -0500 |
committer | Brian Silverman <brian@peloton-tech.com> | Tue Dec 08 20:21:31 2015 -0500 |
tree | 796a9f1a8e31840086626c7f42420cdc0ee8f2a9 | |
parent | 250eb4c31a282717bafe63f37d64b88f48d21108 [diff] [blame] |
Various cleanups of issues caught by clang-tidy Change-Id: I6e79c121e7c9032cf5053dd31971e719fe76f4b6
diff --git a/build_tests/queue.q b/build_tests/queue.q index df1b7db..9a32a7c 100644 --- a/build_tests/queue.q +++ b/build_tests/queue.q
@@ -1,5 +1,5 @@ package build_tests; -struct TestStruct { +message TestMessage { int32_t field; };