summaryrefslogtreecommitdiff
path: root/lcmodule/source/cnh1606344_ldr_communication_module/config/ces_commands_h.xsl
diff options
context:
space:
mode:
authorPetar Dimoski <Petar.Dimoski@seavus.com>2011-08-16 07:38:10 +0100
committerViktor Mladenovski <viktor.mladenovski@seavus.com>2011-09-29 10:27:21 +0200
commit910f860a59057158193d3ae16568fc0af8bd0d57 (patch)
tree048943bb7643ab0b5aad14910bb833906d09b0b9 /lcmodule/source/cnh1606344_ldr_communication_module/config/ces_commands_h.xsl
parentc83cab43652930dadde059517f7fb076357cbd2b (diff)
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 <aleksandar.gasoski@seavus.com> Tested-by: Cvetko MLADENOVSKI <cvetko.mladenovski@seavus.com> Reviewed-by: Vlatko PISTOLOV <vlatko.pistolov@seavus.com> Tested-by: Vlatko PISTOLOV <vlatko.pistolov@seavus.com>
Diffstat (limited to 'lcmodule/source/cnh1606344_ldr_communication_module/config/ces_commands_h.xsl')
-rw-r--r--lcmodule/source/cnh1606344_ldr_communication_module/config/ces_commands_h.xsl14
1 files changed, 7 insertions, 7 deletions
diff --git a/lcmodule/source/cnh1606344_ldr_communication_module/config/ces_commands_h.xsl b/lcmodule/source/cnh1606344_ldr_communication_module/config/ces_commands_h.xsl
index b425fc6..0cac173 100644
--- a/lcmodule/source/cnh1606344_ldr_communication_module/config/ces_commands_h.xsl
+++ b/lcmodule/source/cnh1606344_ldr_communication_module/config/ces_commands_h.xsl
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!--
-* Copyright (C) ST-Ericsson SA 2011
-* License terms: 3-clause BSD license
--->
+<!--
+* Copyright (C) ST-Ericsson SA 2011
+* License terms: 3-clause BSD license
+-->
<stylesheet version="1.0" xmlns="http://www.w3.org/1999/XSL/Transform">
<output method="text" indent="no"/>
@@ -15,7 +15,7 @@
<variable name="group" select="../@number" />
<variable name="command" select="@number" />
<if test='$target="lcm" or $supported_commands/group[@number=$group]/command[@number=$command]'>
-<if test='contains(@supportedcmdtype, "longrunning")'>ErrorCode_e <value-of select="../interface/@name"/>_<value-of select="interface/@name"/>Repeat(void* ExecutionContext_p);
+<if test='contains(@supportedcmdtype, "longrunning")'>ErrorCode_e <value-of select="../interface/@name"/>_<value-of select="interface/@name"/>Repeat(void *ExecutionContext_p);
</if>
</if>
</template>
@@ -23,7 +23,7 @@
<template match="group">
<variable name="group" select="@number" />
<if test='$target="lcm" or $supported_commands/group[@number=$group]'>
-<apply-templates select="command"/><if test='contains(@supportedcmdtype, "longrunning")'>ErrorCode_e <value-of select="interface/@name"/>_ErrorHandlerRepeat(void* ExecutionContext_p);
+<apply-templates select="command"/><if test='contains(@supportedcmdtype, "longrunning")'>ErrorCode_e <value-of select="interface/@name"/>_ErrorHandlerRepeat(void *ExecutionContext_p);
</if><text>
</text>
</if>
@@ -55,4 +55,4 @@ uint32 Get_ActiveApplicationsSize(void);
#endif /*_CES_COMMANDS_H_*/
</template>
-</stylesheet>
+</stylesheet>