--- trunk/gcc/doc/extend.texi	2013/01/25 17:55:09	195470
+++ trunk/gcc/doc/extend.texi	2013/01/25 18:11:53	195471
@@ -6062,7 +6062,7 @@
   int *y = &x;
   int result;
   asm ("magic stuff accessing an 'int' pointed to by '%1'"
-        "=&d" (r) : "a" (y), "m" (*y));
+       : "=&d" (r) : "a" (y), "m" (*y));
   return result;
 @}
 @end smallexample
