commit | 7718778793b106498b931dd708a466cf3a6f6a0f | [log] [tgz] |
---|---|---|
author | Mark Salyzyn <salyzyn@google.com> | Tue May 12 15:21:31 2015 -0700 |
committer | Mark Salyzyn <salyzyn@google.com> | Tue May 12 15:51:46 2015 -0700 |
tree | 6de1d5da6e95c1cce7e55674c0947eb75aafa321 | |
parent | e1f2004ecc05ce2d5d4313d16c7791594643f2ef [diff] [blame] |
logd: Cleanup - Android Coding Standard for Constructors - Side effects NONE Change-Id: I2cda9dd73f3ac3ab58f394015cb810820093d47b
diff --git a/logd/LogBuffer.cpp b/logd/LogBuffer.cpp index b6b6124..c33dca6 100644 --- a/logd/LogBuffer.cpp +++ b/logd/LogBuffer.cpp
@@ -126,8 +126,7 @@ } } -LogBuffer::LogBuffer(LastLogTimes *times) - : mTimes(*times) { +LogBuffer::LogBuffer(LastLogTimes *times) : mTimes(*times) { pthread_mutex_init(&mLogElementsLock, NULL); init();