Remove trailing white spaces on gas
[binutils-gdb.git] / gas / doc / c-m68k.texi
index 9d92aa0cdbdfac217b95457fecea83bf11670095..7beca110ed3470dcce81900f44620b1488152b13 100644 (file)
@@ -113,7 +113,7 @@ at the beginning of a line.
 
 @cindex @samp{--base-size-default-16}
 @cindex @samp{--base-size-default-32}
-@item --base-size-default-16  --base-size-default-32 
+@item --base-size-default-16  --base-size-default-32
 If you use an addressing mode with a base register without specifying
 the size, @code{@value{AS}} will normally use the full 32 bit value.
 For example, the addressing mode @samp{%a0@@(%d0)} is equivalent to
@@ -346,7 +346,7 @@ The following additional addressing modes are understood:
 
 @table @dfn
 @item Address Register Indirect
-@samp{(%a0)} through @samp{(%a7)}@* 
+@samp{(%a0)} through @samp{(%a7)}@*
 @samp{%a7} is also known as @samp{%sp}, i.e., the Stack Pointer.  @code{%a6}
 is also known as @samp{%fp}, the Frame Pointer.
 
@@ -615,7 +615,7 @@ branch instructions allow both word and long displacements.
 @cindex comments, M680x0
 Line comments are introduced by the @samp{|} character appearing
 anywhere on a line, unless the @option{--bitwise-or} command line option
-has been specified. 
+has been specified.
 
 An asterisk (@samp{*}) as the first character on a line marks the
 start of a line comment as well.