summaryrefslogtreecommitdiff
path: root/source3/utils/regedit_dialog.h
diff options
context:
space:
mode:
authorC. Davis <cd.rattan@gmail.com>2012-08-18 23:44:59 -0700
committerMichael Adam <obnox@samba.org>2013-04-29 13:06:36 +0200
commitd7d75fd311e6c8ebd799160411efe2a3ab3500c9 (patch)
tree79e8e9fa9e4d718aa0e1dccc2893d22e7d1112d7 /source3/utils/regedit_dialog.h
parent384a593309d22c8d16315d362b8b6a8cfb425707 (diff)
downloadsamba-d7d75fd311e6c8ebd799160411efe2a3ab3500c9.tar.gz
samba-d7d75fd311e6c8ebd799160411efe2a3ab3500c9.tar.bz2
samba-d7d75fd311e6c8ebd799160411efe2a3ab3500c9.zip
regedit: Fix white space and wrap long lines.
Reviewed-by: Andreas Schneider <asn@samba.org> Reviewed-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'source3/utils/regedit_dialog.h')
-rw-r--r--source3/utils/regedit_dialog.h8
1 files changed, 4 insertions, 4 deletions
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);