From 591ccab48c225369a23fa231472ceebb4f31e6ce Mon Sep 17 00:00:00 2001 From: Nick Bofferding Date: Tue, 1 Oct 2013 15:03:57 -0500 Subject: 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 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III --- src/usr/targeting/common/xmltohb/xmltohb.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/usr/targeting/common/xmltohb/xmltohb.pl') 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} . "]"; } } } -- cgit v1.2.1