commit | cd766f9942d51f1eefe2d6031d1799b7f12eea62 | [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 | e7d46bdfd0f642cb1b86f5924e48cb50aa941b88 | |
parent | 7661badd0b997de6bce8a255f2a0d0c38be0e031 [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();