]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/doc/c-tree.texi
c-tree.texi, [...]: Remove trailing whitespace.
[thirdparty/gcc.git] / gcc / doc / c-tree.texi
index ac143f12cb65177eb89c039530d3716aabeb4947..9cd582e05b82bcf79422d8f8f6f9698cccfd1478 100644 (file)
@@ -2170,7 +2170,7 @@ variable is initialized, rather than assigned to subsequently.
 These nodes represent non-static data member accesses.  The first
 operand is the object (rather than a pointer to it); the second operand
 is the @code{FIELD_DECL} for the data member.  The third operand represents
-the byte offset of the field, but should not be used directly; call 
+the byte offset of the field, but should not be used directly; call
 @code{component_ref_field_offset} instead.
 
 @item COMPOUND_EXPR