On 03/12/2012 08:55 PM, Lluís Vilanova wrote:
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.


Oh, it looked like blank spaces in git show and therefore I removed, will revert that.

- Harsh


Lluis



Reply via email to