diff options
author | Tobias Jahnke <tobias.jahnke@microchip.com> | 2017-12-14 09:22:53 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-12-20 22:44:09 +0000 |
commit | 3f495778a07c5fdbefa77d7df5f5c36de630fc67 (patch) | |
tree | b4bbd366f8fa11be19c6459c6562fbe6ac2bc44b /ucs2-interface/ucs_config.h | |
parent | ed3e37c3d413123a8026b40a30ef93b9c2db33d8 (diff) |
ucs2-interface: Fix trailing whitespaces
Bug-AGL: SPEC-1177
Cleanup files before applying changes.
Change-Id: Iae7b0dec9409cf02315c9b6f51f4c5e9ae59e482
Signed-off-by: Tobias Jahnke <tobias.jahnke@microchip.com>
Diffstat (limited to 'ucs2-interface/ucs_config.h')
-rw-r--r-- | ucs2-interface/ucs_config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ucs2-interface/ucs_config.h b/ucs2-interface/ucs_config.h index 0a47ae4..1f1ecdd 100644 --- a/ucs2-interface/ucs_config.h +++ b/ucs2-interface/ucs_config.h @@ -143,10 +143,10 @@ typedef struct uint16_t timeout; uint8_t dataLen; uint8_t data[I2C_WRITE_MAX_LEN]; - + Ucsi_ResultCb_t result_fptr; void *request_ptr; - + } UnicensCmdI2CWrite_t; /** |