summaryrefslogtreecommitdiffstats
path: root/src/usr/targeting/common/xmltohb/xmltohb.pl
diff options
context:
space:
mode:
authorNick Bofferding <bofferdn@us.ibm.com>2013-10-01 15:03:57 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-10-01 17:32:48 -0500
commit591ccab48c225369a23fa231472ceebb4f31e6ce (patch)
tree7e80fbe61bc536e80478ef71fb70c8c60d44f684 /src/usr/targeting/common/xmltohb/xmltohb.pl
parenta61fc8350beb8439fedd080b04c5d83789a36dcd (diff)
downloadtalos-hostboot-591ccab48c225369a23fa231472ceebb4f31e6ce.tar.gz
talos-hostboot-591ccab48c225369a23fa231472ceebb4f31e6ce.zip
Fixed line wrap bug in attirubte metadata generator
- Updated attribute compiler to remove line wrap bug Change-Id: I3177538cad003d225580b65031c6491926a6c905 RTC: 82231 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/6437 Reviewed-by: Nicholas E. Bofferding <bofferdn@us.ibm.com> Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/targeting/common/xmltohb/xmltohb.pl')
-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