summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Salyzyn2015-05-12 17:21:31 -0500
committerMark Salyzyn2015-05-12 17:51:46 -0500
commit7718778793b106498b931dd708a466cf3a6f6a0f (patch)
tree6de1d5da6e95c1cce7e55674c0947eb75aafa321 /logd/LogCommand.cpp
parente1f2004ecc05ce2d5d4313d16c7791594643f2ef (diff)
downloadplatform-system-core-7718778793b106498b931dd708a466cf3a6f6a0f.tar.gz
platform-system-core-7718778793b106498b931dd708a466cf3a6f6a0f.tar.xz
platform-system-core-7718778793b106498b931dd708a466cf3a6f6a0f.zip
logd: Cleanup
- Android Coding Standard for Constructors - Side effects NONE Change-Id: I2cda9dd73f3ac3ab58f394015cb810820093d47b
Diffstat (limited to 'logd/LogCommand.cpp')
-rw-r--r--logd/LogCommand.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/logd/LogCommand.cpp b/logd/LogCommand.cpp
index b78c0e0a7..06d865cd5 100644
--- a/logd/LogCommand.cpp
+++ b/logd/LogCommand.cpp
@@ -23,8 +23,7 @@
23 23
24#include "LogCommand.h" 24#include "LogCommand.h"
25 25
26LogCommand::LogCommand(const char *cmd) 26LogCommand::LogCommand(const char *cmd) : FrameworkCommand(cmd) {
27 : FrameworkCommand(cmd) {
28} 27}
29 28
30// gets a list of supplementary group IDs associated with 29// gets a list of supplementary group IDs associated with