summaryrefslogtreecommitdiffstats
path: root/parameter/InstanceConfigurableElement.cpp
diff options
context:
space:
mode:
authorKevin Rocard <kevinx.rocard@intel.com>2013-04-02 19:49:40 +0200
committerDavid Wagner <david.wagner@intel.com>2014-02-12 17:03:49 +0100
commit3414f994f9d2bf971caa4abd03932529619a81ec (patch)
treeede2de5fb606125898eacff2fc0bf6b8def51694 /parameter/InstanceConfigurableElement.cpp
parent084cafba76fa5c987cdffeaaa7401202473554cb (diff)
downloadexternal_parameter-framework-3414f994f9d2bf971caa4abd03932529619a81ec.zip
external_parameter-framework-3414f994f9d2bf971caa4abd03932529619a81ec.tar.gz
external_parameter-framework-3414f994f9d2bf971caa4abd03932529619a81ec.tar.bz2
PFW: Coding style violation correction
BZ: 98166 Some code is not following the coding style. Wrap too long lines according to coding style, add doxygen annotations. Change-Id: I1c160c5f2b4bedab159baadc034042ec9956cd0e Signed-off-by: Kevin Rocard <kevinx.rocard@intel.com> Reviewed-on: http://android.intel.com:8080/99545 Reviewed-by: Gonzalve, Sebastien <sebastien.gonzalve@intel.com> Reviewed-by: cactus <cactus@intel.com> Tested-by: Dixon, CharlesX <charlesx.dixon@intel.com> Reviewed-by: buildbot <buildbot@intel.com> Tested-by: buildbot <buildbot@intel.com>
Diffstat (limited to 'parameter/InstanceConfigurableElement.cpp')
-rw-r--r--parameter/InstanceConfigurableElement.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/parameter/InstanceConfigurableElement.cpp b/parameter/InstanceConfigurableElement.cpp
index 4a6cacc..40ef18b 100644
--- a/parameter/InstanceConfigurableElement.cpp
+++ b/parameter/InstanceConfigurableElement.cpp
@@ -75,7 +75,8 @@ bool CInstanceConfigurableElement::map(IMapper& mapper, string& strError)
for (uiChild = 0; uiChild < uiNbChildren; uiChild++) {
- CInstanceConfigurableElement* pInstanceConfigurableChildElement = static_cast<CInstanceConfigurableElement*>(getChild(uiChild));
+ CInstanceConfigurableElement* pInstanceConfigurableChildElement =
+ static_cast<CInstanceConfigurableElement*>(getChild(uiChild));
if (!pInstanceConfigurableChildElement->map(mapper, strError)) {