diff options
author | Tobias Jahnke <tobias.jahnke@microchip.com> | 2017-12-14 09:22:53 +0100 |
---|---|---|
committer | Tobias Jahnke <tobias.jahnke@microchip.com> | 2017-12-14 09:22:53 +0100 |
commit | def4ba56e84ba75149d35475e098e1f8420532bb (patch) | |
tree | ab4dc231683ff1495e49ab0adcde630db5cb0efb /ucs2-interface/ucs_interface.h | |
parent | 6eb714dcedb35abf97b939df1965628c068ab6ce (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_interface.h')
-rw-r--r-- | ucs2-interface/ucs_interface.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ucs2-interface/ucs_interface.h b/ucs2-interface/ucs_interface.h index d7a1f66..ec160eb 100644 --- a/ucs2-interface/ucs_interface.h +++ b/ucs2-interface/ucs_interface.h @@ -150,7 +150,7 @@ void UCSI_ReleaseAmsMessage(UCSI_Data_t *my); * \param pPriv - private data section of this instance * \param routeId - identifier as given in XML file along with MOST socket (unique) * \param isActive - true, route will become active. false, route will be deallocated - * + * * \return true, if route was found and the specific command was enqueued to UNICENS. */ bool UCSI_SetRouteActive(UCSI_Data_t *pPriv, uint16_t routeId, bool isActive); |