commit | c179d406a56b326dacb196c90f0de3f1125afc70 | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Tue Oct 30 19:51:55 2018 -0700 |
committer | Patrick Venture <venture@google.com> | Tue Oct 30 19:55:11 2018 -0700 |
tree | 92be108ab399b9fa61e807dc30a4fb49997261dd | |
parent | c54fbd88eda50458bc7635b662299eb451bd509c [diff] [blame] |
style: misc camel casing Miscellaneous camel casing. Change-Id: I90f7ab36448ad7c6a8e22677345d9d15591a64d5 Signed-off-by: Patrick Venture <venture@google.com>
diff --git a/threads/busthread.cpp b/threads/busthread.cpp index 59704e3..6cfb08c 100644 --- a/threads/busthread.cpp +++ b/threads/busthread.cpp
@@ -18,7 +18,7 @@ #include <string> -void BusThread(struct ThreadParams& params) +void busThread(struct ThreadParams& params) { if (params.name.length() > 0) {