commit | 6d10db3ed6cedca715f73482211566ca1edb5117 | [log] [tgz] |
---|---|---|
author | Spoorthy Priya Yerabolu <spoorthy.priya.yerabolu@intel.com> | Tue Mar 02 22:09:02 2021 -0800 |
committer | Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no> | Fri Mar 05 10:53:13 2021 +0300 |
tree | aa18bd524355f34244fc4f482969a575a7ba3490 | |
parent | 7b8bce898fd983595ae7043d68c05d884f0348d1 [diff] |
Coding guideline: Fixing code violations for 21.13 Rule Any value passed to a function in <ctype.h> shall be representable as an unsigned char or be the value EOF. So changed type of variable to unsigned char. Signed-off-by: Spoorthy Priya Yerabolu <spoorthy.priya.yerabolu@intel.com>