aboutsummaryrefslogtreecommitdiff
path: root/gcc/go/gofrontend/gogo-tree.cc
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@gcc.gnu.org>2011-10-11 21:29:04 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2011-10-11 21:29:04 +0000
commit60ca0fe6974aec0d7f9ec1defd30f214e768b3a3 (patch)
tree7eb16b07bf9c763ce180c5b6f002543768d119e2 /gcc/go/gofrontend/gogo-tree.cc
parent2c3784e1904d273da5afa5e724f7374c904b52f0 (diff)
downloadgcc-60ca0fe6974aec0d7f9ec1defd30f214e768b3a3.zip
gcc-60ca0fe6974aec0d7f9ec1defd30f214e768b3a3.tar.gz
gcc-60ca0fe6974aec0d7f9ec1defd30f214e768b3a3.tar.bz2
Remove incorrect ChangeLog entry, correct spacing.
From-SVN: r179826
Diffstat (limited to 'gcc/go/gofrontend/gogo-tree.cc')
-rw-r--r--gcc/go/gofrontend/gogo-tree.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/go/gofrontend/gogo-tree.cc b/gcc/go/gofrontend/gogo-tree.cc
index 6cfc012..349ee25 100644
--- a/gcc/go/gofrontend/gogo-tree.cc
+++ b/gcc/go/gofrontend/gogo-tree.cc
@@ -69,7 +69,7 @@ define_builtin(built_in_function bcode, const char* name, const char* libname,
libname, NULL_TREE);
if (const_p)
TREE_READONLY(decl) = 1;
- set_builtin_decl (bcode, decl, true);
+ set_builtin_decl(bcode, decl, true);
builtin_functions[name] = decl;
if (libname != NULL)
{