From d7d75fd311e6c8ebd799160411efe2a3ab3500c9 Mon Sep 17 00:00:00 2001 From: "C. Davis" Date: Sat, 18 Aug 2012 23:44:59 -0700 Subject: regedit: Fix white space and wrap long lines. Reviewed-by: Andreas Schneider Reviewed-by: Michael Adam --- source3/utils/regedit_dialog.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'source3/utils/regedit_dialog.h') diff --git a/source3/utils/regedit_dialog.h b/source3/utils/regedit_dialog.h index edecbed576..ab171cf4d7 100644 --- a/source3/utils/regedit_dialog.h +++ b/source3/utils/regedit_dialog.h @@ -37,8 +37,8 @@ struct dialog { struct dialog *dialog_new(TALLOC_CTX *ctx, const char *title, int nlines, int ncols, int y, int x); -struct dialog *dialog_center_new(TALLOC_CTX *ctx, const char *title, int nlines, - int ncols); +struct dialog *dialog_center_new(TALLOC_CTX *ctx, const char *title, + int nlines, int ncols); struct dialog *dialog_choice_new(TALLOC_CTX *ctx, const char *title, const char **choices, int nlines, int ncols, @@ -67,8 +67,8 @@ int dialog_input(TALLOC_CTX *ctx, char **output, const char *title, struct registry_key; struct value_item; -WERROR dialog_edit_value(TALLOC_CTX *ctx, struct registry_key *key, uint32_t type, - const struct value_item *vitem); +WERROR dialog_edit_value(TALLOC_CTX *ctx, struct registry_key *key, + uint32_t type, const struct value_item *vitem); int dialog_select_type(TALLOC_CTX *ctx, int *type); -- cgit