diff options
author | Yi Jin <jinyithu@google.com> | 2018-01-10 16:50:59 -0800 |
---|---|---|
committer | Yi Jin <jinyithu@google.com> | 2018-01-17 19:16:49 -0800 |
commit | 4bab3a191a70cbefac07c8fac90ec29081d91f89 (patch) | |
tree | 3b56867a79ee254ec102356755d43103bd0a98fd /cmds/incident_helper/src | |
parent | f9b7201a6358cd55c7df9149ea46e0f05dbe409d (diff) |
Fix permissions problems of incidentd.
Test: manual
Change-Id: I4ee0d1f2349ee1a25a422cabf1b5b87c612710d2
Diffstat (limited to 'cmds/incident_helper/src')
-rw-r--r-- | cmds/incident_helper/src/TextParserBase.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmds/incident_helper/src/TextParserBase.h b/cmds/incident_helper/src/TextParserBase.h index c41612de4eb3..166796673e25 100644 --- a/cmds/incident_helper/src/TextParserBase.h +++ b/cmds/incident_helper/src/TextParserBase.h @@ -68,4 +68,4 @@ public: virtual status_t Parse(const int in, const int out) const; }; -#endif // TEXT_PARSER_BASE_H
\ No newline at end of file +#endif // TEXT_PARSER_BASE_H |