OSDN Git Service

* ax-general.c (ax_pick): Add missing newline.
authortromey <tromey>
Thu, 24 Feb 2011 06:02:44 +0000 (06:02 +0000)
committertromey <tromey>
Thu, 24 Feb 2011 06:02:44 +0000 (06:02 +0000)
gdb/ChangeLog
gdb/ax-general.c

index 3c7ce23..bc358a0 100644 (file)
@@ -1,3 +1,7 @@
+2011-02-23  Tom Tromey  <tromey@redhat.com>
+
+       * ax-general.c (ax_pick): Add missing newline.
+
 2011-02-23  Michael Snyder  <msnyder@vmware.com>
 
        * breakpoint.c (breakpoint_1): Change first argument from an int
index 95092e6..62c382c 100644 (file)
@@ -145,6 +145,7 @@ ax_simple (struct agent_expr *x, enum agent_op op)
 
 /* Append a pick operator to EXPR.  DEPTH is the stack item to pick,
    with 0 being top of stack.  */
+
 void
 ax_pick (struct agent_expr *x, int depth)
 {