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.
+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
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