commit | b639d14f1a97b77c4e69de480a6d222265094bba | [log] [tgz] |
---|---|---|
author | David Chen <dwchen@google.com> | Wed Feb 14 17:29:54 2018 -0800 |
committer | David Chen <dwchen@google.com> | Wed Feb 14 17:45:45 2018 -0800 |
tree | b9858b5afef04c21cf10505a726d2e16f2e6fada | |
parent | 581576efef1b25efedc4a7657e8ea84a26a7fe2f [diff] [blame] |
More formatting fixes for statsd Test: N/A Change-Id: I378cde8700655bfba26b112ae6df1b4347683bdb
diff --git a/cmds/statsd/src/atoms.proto b/cmds/statsd/src/atoms.proto index 1224504..85e209b 100644 --- a/cmds/statsd/src/atoms.proto +++ b/cmds/statsd/src/atoms.proto
@@ -1471,7 +1471,7 @@ */ message CpuActiveTime { optional uint64 uid = 1; - optional uint32 cluster_number =2; + optional uint32 cluster_number = 2; optional uint64 idx = 3; optional uint64 time_millis = 4; }