diff mbox

Go patch committed: Fix formatting in go/lang.opt

Message ID CAOyqgcUMUv_bHPqQdjmny792LF8nqW4OisV=JJ-g0+yFFn6Vuw@mail.gmail.com
State New
Headers show

Commit Message

Ian Lance Taylor Feb. 21, 2017, 12:23 a.m. UTC
This patch fixes a character in go/lang.opt to be a tab rather than a
space.  This fixes GCC PR 79642.  Bootstrapped on x86_64-pc-linux-gnu.
Committed to mainline.

Ian

2017-02-20  Ian Lance Taylor  <iant@golang.org>

        PR go/79642
        * lang.opt (-fgo-relative-import-path): Change space to tab.
diff mbox

Patch

Index: gcc/go/lang.opt
===================================================================
--- gcc/go/lang.opt	(revision 245615)
+++ gcc/go/lang.opt	(working copy)
@@ -71,7 +71,7 @@ 
 
 fgo-relative-import-path=
 Go Joined RejectNegative
--fgo-relative-import-path=<path> Treat a relative import as relative to path.
+-fgo-relative-import-path=<path>	Treat a relative import as relative to path.
 
 frequire-return-statement
 Go Var(go_require_return_statement) Init(1) Warning