From 910f860a59057158193d3ae16568fc0af8bd0d57 Mon Sep 17 00:00:00 2001 From: Petar Dimoski Date: Tue, 16 Aug 2011 07:38:10 +0100 Subject: Fix astyle in Loader Communication Module. ST-Ericsson ID: 346088 ST-Ericsson FOSS-OUT ID: NA Change-Id: Ib3dee092ba3c16e550bc6d1e2335cf817b7e8ec8 Depends-On: Ib3dee092ba3c16e550bc6d1e2335cf817b7e8ec8 Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/26000 Tested-by: Aleksandar GASOSKI Tested-by: Cvetko MLADENOVSKI Reviewed-by: Vlatko PISTOLOV Tested-by: Vlatko PISTOLOV --- .../source/communication_service.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lcmodule/source/cnh1606344_ldr_communication_module/source/communication_service.c') diff --git a/lcmodule/source/cnh1606344_ldr_communication_module/source/communication_service.c b/lcmodule/source/cnh1606344_ldr_communication_module/source/communication_service.c index 99ac27e..e7ccd73 100644 --- a/lcmodule/source/cnh1606344_ldr_communication_module/source/communication_service.c +++ b/lcmodule/source/cnh1606344_ldr_communication_module/source/communication_service.c @@ -40,7 +40,7 @@ #define QUEUE_SIZE 32 Communication_t GlobalCommunication = {0}; -Communication_t* GlobalCommunication_p = &GlobalCommunication; +Communication_t *GlobalCommunication_p = &GlobalCommunication; static FamilyDescriptor_t ProtocolFamilies[] = { { @@ -406,7 +406,7 @@ ErrorExit: * @retval E_INVALID_INPUT_PARAMTERS In case when communication is not Singleton * and Communication_p is NULL pointer. */ -ErrorCode_e Do_Communication_GetCommunicationDevice(Communication_t *Communication_p, CommunicationDevice_t** CommunicationDevice_pp) +ErrorCode_e Do_Communication_GetCommunicationDevice(Communication_t *Communication_p, CommunicationDevice_t **CommunicationDevice_pp) { ErrorCode_e ReturnValue = E_SUCCESS; VERIFY(NULL != Communication_p && CommunicationDevice_pp != NULL, E_INVALID_INPUT_PARAMETERS); @@ -431,7 +431,7 @@ ErrorExit: * @retval E_INVALID_INPUT_PARAMTERS In case when communication is not Singleton * and Communication_p is NULL pointer. */ -ErrorCode_e Do_Communication_SetCommunicationDevice(Communication_t *Communication_p, CommunicationDevice_t* CommunicationDevice_p) +ErrorCode_e Do_Communication_SetCommunicationDevice(Communication_t *Communication_p, CommunicationDevice_t *CommunicationDevice_p) { ErrorCode_e ReturnValue = E_SUCCESS; VERIFY(NULL != Communication_p && CommunicationDevice_p != NULL, E_INVALID_INPUT_PARAMETERS); -- cgit v1.2.3