commit | 7af157b10ef4c1a0d09be0e310825909ca630cd0 | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Tue Oct 30 11:24:40 2018 -0700 |
committer | Patrick Venture <venture@google.com> | Tue Oct 30 11:35:34 2018 -0700 |
tree | 25b93febae7ec183587e9cc99a89a88ba2855e77 | |
parent | 34ddc90293c242b4f946709495ced2c0af3cd792 [diff] [blame] |
style: function names should be lower camel Fix function names to be lower camel. Change-Id: I145e1f4c03d7740bc1525dcffbdce2f78fd61075 Signed-off-by: Patrick Venture <venture@google.com>
diff --git a/pid/pidthread.hpp b/pid/pidthread.hpp index 37c416a..94865c0 100644 --- a/pid/pidthread.hpp +++ b/pid/pidthread.hpp
@@ -3,4 +3,4 @@ #include "pid/zone.hpp" /* Given a zone, run through the loops. */ -void PIDControlThread(PIDZone* zone); +void pidControlThread(PIDZone* zone);