diff options
| author | 2020-04-08 01:07:43 +0000 | |
|---|---|---|
| committer | 2020-04-08 01:07:43 +0000 | |
| commit | cbbe63089d20ea3a0262a65e8656f6cc6a4111c8 (patch) | |
| tree | a0ef586b82254d7bc34722085669c4f90f333180 | |
| parent | 09ad9f0d67403a18ff677d7d43443f395251eff8 (diff) | |
| parent | 46771a3c9a5efe2083d963f3bd5a23397472ed5a (diff) | |
Merge "Initialize nested to true" into rvc-dev am: b96e3e317b am: 46771a3c9a
Change-Id: I65f511df960b56fffeaffe4db35965d4e7baebfa
| -rw-r--r-- | tools/stats_log_api_gen/Collation.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/stats_log_api_gen/Collation.h b/tools/stats_log_api_gen/Collation.h index d56f2be7ecb3..b513463ec98f 100644 --- a/tools/stats_log_api_gen/Collation.h +++ b/tools/stats_log_api_gen/Collation.h @@ -160,7 +160,7 @@ struct AtomDecl { int exclusiveField = 0; int defaultState = INT_MAX; int triggerStateReset = INT_MAX; - bool nested; + bool nested = true; int uidField = 0; |