From 18922fbdbf2d2c2f85afcec51f079446888e02bd Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Wed, 8 May 2019 17:08:18 +0000 Subject: compiler: remove trailing spaces Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/175557 From-SVN: r271014 --- gcc/go/gofrontend/parse.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc/go/gofrontend/parse.cc') diff --git a/gcc/go/gofrontend/parse.cc b/gcc/go/gofrontend/parse.cc index 6ed4377..e611c70 100644 --- a/gcc/go/gofrontend/parse.cc +++ b/gcc/go/gofrontend/parse.cc @@ -3483,7 +3483,7 @@ Parse::expression(Precedence precedence, bool may_be_sink, if (is_parenthesized != NULL) *is_parenthesized = false; - + Operator op = token->op(); Location binop_location = token->location(); @@ -3576,7 +3576,7 @@ Parse::unary_expr(bool may_be_sink, bool may_be_composite_lit, // There is a complex parse for <- chan. The choices are // Convert x to type <- chan int: - // (<- chan int)(x) + // (<- chan int)(x) // Receive from (x converted to type chan <- chan int): // (<- chan <- chan int (x)) // Convert x to type <- chan (<- chan int). -- cgit v1.1