From 73b8bfe1d6b9fcefb9f6bf053aeebe3712e87a20 Mon Sep 17 00:00:00 2001 From: Ralf Wildenhues Date: Tue, 15 Dec 2009 18:36:44 +0000 Subject: Replace tabs with spaces in .texi files. gcc/: * doc/extend.texi (Function Attributes, Extended Asm): Replace TABs with spaces. * doc/md.texi (Standard Names): Likewise. * doc/plugins.texi (Plugins): Likewise. From-SVN: r155264 --- gcc/doc/plugins.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/doc/plugins.texi') diff --git a/gcc/doc/plugins.texi b/gcc/doc/plugins.texi index 8aac0f7..5562534 100644 --- a/gcc/doc/plugins.texi +++ b/gcc/doc/plugins.texi @@ -317,7 +317,7 @@ custom attributes. /* Attribute handler callback */ static tree handle_user_attribute (tree *node, tree name, tree args, - int flags, bool *no_add_attrs) + int flags, bool *no_add_attrs) @{ return NULL_TREE; @} -- cgit v1.1