Adjusting prototype declaration for gdb/value.h:create_internalvar_type_lazy,
authorSergio Durigan Junior <sergiodj@redhat.com>
Tue, 13 Aug 2013 19:25:04 +0000 (19:25 +0000)
committerSergio Durigan Junior <sergiodj@redhat.com>
Tue, 13 Aug 2013 19:25:04 +0000 (19:25 +0000)
in order to match GNU Coding Standards.

2013-08-13  Sergio Durigan Junior  <sergiodj@redhat.com>

* value.h (create_internalvar_type_lazy): Adjust prototype
declaration.

gdb/ChangeLog
gdb/value.h

index 99fa18b6d827ceb6b90ba84e3bdc1a8c83928b00..5de1fbb5316dc6d8ed93d84c4b0515c9fc016aae 100644 (file)
@@ -1,3 +1,8 @@
+2013-08-13  Sergio Durigan Junior  <sergiodj@redhat.com>
+
+       * value.h (create_internalvar_type_lazy): Adjust prototype
+       declaration.
+
 2013-08-13  Andrew Burgess  <aburgess@broadcom.com>
 
        * common/format.c (parse_format_string): Don't allow '#' flag for
index 599850e5f009f672734729392ec3b9a96caab605..bef193c86a549c76e2509d8de7727e31af3b33b9 100644 (file)
@@ -813,10 +813,9 @@ struct internalvar_funcs
   void (*destroy) (void *data);
 };
 
-extern struct internalvar *
-create_internalvar_type_lazy (const char *name,
-                             const struct internalvar_funcs *funcs,
-                             void *data);
+extern struct internalvar *create_internalvar_type_lazy (const char *name,
+                               const struct internalvar_funcs *funcs,
+                               void *data);
 
 /* Compile an internal variable to an agent expression.  VAR is the
    variable to compile; EXPR and VALUE are the agent expression we are
This page took 0.029293 seconds and 4 git commands to generate.