From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id E1D822095DE48 for ; Fri, 11 Aug 2017 14:07:12 -0700 (PDT) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Aug 2017 14:09:33 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,359,1498546800"; d="scan'208";a="1204810560" Received: from orsmsx103.amr.corp.intel.com ([10.22.225.130]) by fmsmga002.fm.intel.com with ESMTP; 11 Aug 2017 14:09:33 -0700 Received: from orsmsx152.amr.corp.intel.com (10.22.226.39) by ORSMSX103.amr.corp.intel.com (10.22.225.130) with Microsoft SMTP Server (TLS) id 14.3.319.2; Fri, 11 Aug 2017 14:09:30 -0700 Received: from orsmsx113.amr.corp.intel.com ([169.254.9.211]) by ORSMSX152.amr.corp.intel.com ([169.254.8.51]) with mapi id 14.03.0319.002; Fri, 11 Aug 2017 14:09:30 -0700 From: "Kinney, Michael D" To: "Jim.Dailey@dell.com" , "lersek@redhat.com" , "Kinney, Michael D" CC: "edk2-devel@lists.01.org" Thread-Topic: Coding Style Line Length Thread-Index: AdMS1Ez11TZydIP3TiWoDj8AakK3TAAEbUYw Date: Fri, 11 Aug 2017 21:09:29 +0000 Message-ID: References: <47a6ad3080d242199d65bd88944c9b0f@ausx13mps335.AMER.DELL.COM> In-Reply-To: <47a6ad3080d242199d65bd88944c9b0f@ausx13mps335.AMER.DELL.COM> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 10.0.102.7 dlp-reaction: no-action x-originating-ip: [10.22.254.140] MIME-Version: 1.0 Subject: Re: Coding Style Line Length X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Aug 2017 21:07:13 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Jim, C has some flexibility here. Multiple "" strings without commas are concatenated as if they were one string. Print( L"123456789 123456789 123456789 123456789 " L"123456789 123456789 123456789 123456789\n" ); Mike > -----Original Message----- > From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On > Behalf Of Jim.Dailey@dell.com > Sent: Friday, August 11, 2017 12:02 PM > To: lersek@redhat.com > Cc: edk2-devel@lists.01.org > Subject: [edk2] Coding Style Line Length >=20 > Laszlo, >=20 > Are there any special considerations for Print() statements with > respect > to the 80 character line length? >=20 > If "No", what is the preferred format if one wants to print > strings that > are 80 or more characters such as: >=20 > Print(L"123456789 123456789 123456789 123456789 123456789 > 123456789 123456789 123456789\n"); >=20 > Regards, > Jim > _______________________________________________ > edk2-devel mailing list > edk2-devel@lists.01.org > https://lists.01.org/mailman/listinfo/edk2-devel