[Piglit] [PATCH 3/4] glx_arb_create_context/core-profile: Remove extra newline

Ian Romanick idr at freedesktop.org
Fri Oct 19 15:19:42 PDT 2012


On 10/12/2012 01:42 PM, Matt Turner wrote:
> ---
>   tests/spec/glx_arb_create_context/core-profile.c |    3 +--
>   1 files changed, 1 insertions(+), 2 deletions(-)
>
> diff --git a/tests/spec/glx_arb_create_context/core-profile.c b/tests/spec/glx_arb_create_context/core-profile.c
> index 833c5ee..9892a36 100644
> --- a/tests/spec/glx_arb_create_context/core-profile.c
> +++ b/tests/spec/glx_arb_create_context/core-profile.c
> @@ -145,8 +145,7 @@ int main(int argc, char **argv)
>   	if (got_core_with_profile != got_core_without_profile) {
>   		fprintf(stderr,
>   			"Core profile context was created %s profile mask "
> -			"but not\n"
> -			"%s profile mask.\n",
> +			"but not %s profile mask.\n",
>   			got_core_with_profile ? "with" : "without",
>   			got_core_with_profile ? "without" : "with");

How does this look when printed on an 80-column terminal?  I was pretty 
sure that I formatted this so that

Core profile context was created without profile mask but not
with profile mask.

was readable.



More information about the Piglit mailing list