Harsh Prateek Bora writes:
> diff --git a/docs/tracing.txt b/docs/tracing.txt
> index 95ca16c..ab9048c 100644
> --- a/docs/tracing.txt
> +++ b/docs/tracing.txt
> @@ -39,12 +39,12 @@ generate code for the trace events.  Trace events are 
> invoked directly from
>  source code like this:
 
>      #include "trace.h"  /* needed for trace event prototype */
> -    
> +
>      void *qemu_vmalloc(size_t size)
>      {
>          void *ptr;
>          size_t align = QEMU_VMALLOC_ALIGN;
> -     
> +
>          if (size < align) {
>              align = getpagesize();
>          }

This was not present in my original patch, and will break the display of the
example when pasted into the wiki.


Lluis

-- 
 "And it's much the same thing with knowledge, for whenever you learn
 something new, the whole world becomes that much richer."
 -- The Princess of Pure Reason, as told by Norton Juster in The Phantom
 Tollbooth

Reply via email to