From 2424eef275bb1da9fedf3d130d883d4400e08cf8 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Tue, 4 Sep 2012 04:09:32 +0000 Subject: [PATCH] formatting SVN revision: 76101 --- src/bin/e_confirm_dialog.h | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/bin/e_confirm_dialog.h b/src/bin/e_confirm_dialog.h index c6f611b94..87b3ba88e 100644 --- a/src/bin/e_confirm_dialog.h +++ b/src/bin/e_confirm_dialog.h @@ -15,20 +15,20 @@ struct _E_Confirm_Dialog E_Dialog *dia; struct - { - void *data; - void (*func)(void *data); - } yes; + { + void *data; + void (*func)(void *data); + } yes; struct - { - void *data; - void (*func)(void *data); - } no; + { + void *data; + void (*func)(void *data); + } no; struct - { - void *data; - void (*func)(void *data); - } del; + { + void *data; + void (*func)(void *data); + } del; }; /* @@ -44,7 +44,7 @@ struct _E_Confirm_Dialog * del_func - the function to call before dialog is deleted * del_data - the pointer passer to del_func */ -EAPI E_Confirm_Dialog *e_confirm_dialog_show(const char *title, const char *icon, const char *text, const char *button_text, const char *button2_text, void (*func)(void *data), void (*func2)(void *data), void *data, void *data2, void (*del_func)(void *data), void * del_data); +EAPI E_Confirm_Dialog *e_confirm_dialog_show(const char *title, const char *icon, const char *text, const char *button_text, const char *button2_text, void (*func)(void *data), void (*func2)(void *data), void *data, void *data2, void (*del_func)(void *data), void *del_data); #endif #endif