summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rwxr-xr-xsrc/usr/targeting/common/xmltohb/xmltohb.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/targeting/common/xmltohb/xmltohb.pl b/src/usr/targeting/common/xmltohb/xmltohb.pl
index d180ac0f9..335944862 100755
--- a/src/usr/targeting/common/xmltohb/xmltohb.pl
+++ b/src/usr/targeting/common/xmltohb/xmltohb.pl
@@ -2509,8 +2509,8 @@ sub writeAttrMetadataMapCFile{
if(exists $finalAttrhash{$key}->{simpleType}->{string}->
{sizeInclNull})
{
- $keySize = "$keySize"."[$finalAttrhash{$key}->
- {simpleType}->{string}->{sizeInclNull}]";
+ $keySize = "$keySize"."[". $finalAttrhash{$key}->
+ {simpleType}->{string}->{sizeInclNull} . "]";
}
}
}
OpenPOWER on IntegriCloud