commit | 8328159b091f09d015a963d7fe8fa871305e9e46 | [log] [tgz] |
---|---|---|
author | Peter A. Bigot <pab@pabigot.com> | Mon Dec 16 04:56:17 2019 -0600 |
committer | Anas Nashif <anas.nashif@intel.com> | Mon Dec 16 21:14:08 2019 -0500 |
tree | 7840be739dafb5289a286f06165e19442fe31f3c | |
parent | ce753ea49113f306ee4fcf58811fe60790f6c3f2 [diff] |
include: respect line limit in api pointer initialization The automated process used to remove implicit casts resulted in code that exceeded the documented line length limits. Break the assignment into two lines where this happened. Signed-off-by: Peter A. Bigot <pab@pabigot.com>