diff options
author | Ralf Wildenhues <Ralf.Wildenhues@gmx.de> | 2009-12-15 18:36:44 +0000 |
---|---|---|
committer | Ralf Wildenhues <rwild@gcc.gnu.org> | 2009-12-15 18:36:44 +0000 |
commit | 73b8bfe1d6b9fcefb9f6bf053aeebe3712e87a20 (patch) | |
tree | 4eaa660c9b24b7bda34a6758fdaa9e65d230261b /gcc/doc/plugins.texi | |
parent | 1588fb31f6f7b46532ca18a3cc2cb8e9bd25c71e (diff) | |
download | gcc-73b8bfe1d6b9fcefb9f6bf053aeebe3712e87a20.zip gcc-73b8bfe1d6b9fcefb9f6bf053aeebe3712e87a20.tar.gz gcc-73b8bfe1d6b9fcefb9f6bf053aeebe3712e87a20.tar.bz2 |
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
Diffstat (limited to 'gcc/doc/plugins.texi')
-rw-r--r-- | gcc/doc/plugins.texi | 2 |
1 files changed, 1 insertions, 1 deletions
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; @} |