diff options
author | Jorge Arellano Cid <jcid@dillo.org> | 2009-02-09 14:56:31 -0300 |
---|---|---|
committer | Jorge Arellano Cid <jcid@dillo.org> | 2009-02-09 14:56:31 -0300 |
commit | e32686c10a4f4fe7c34b181845220b5c491f32fb (patch) | |
tree | c090052c311a3a1732d03dc17fe357f97437b397 /src/form.hh | |
parent | 74f64426001a693759e47963f99965e0e6ee847d (diff) |
whitespace cleanup: 's/ +$//g'
Diffstat (limited to 'src/form.hh')
-rw-r--r-- | src/form.hh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/form.hh b/src/form.hh index fd48a18d..32ca88dd 100644 --- a/src/form.hh +++ b/src/form.hh @@ -4,7 +4,7 @@ #include "url.h" /* - * Typedefs + * Typedefs */ typedef enum { @@ -19,7 +19,7 @@ typedef enum { } DilloHtmlEnc; /* - * Classes + * Classes */ class DilloHtmlForm; @@ -27,7 +27,7 @@ class DilloHtmlInput; class DilloHtml; /* - * Form API + * Form API */ DilloHtmlForm *a_Html_form_new(DilloHtml *html, @@ -44,7 +44,7 @@ void a_Html_form_display_hiddens2(void *v_form, bool display); /* - * Form parsing functions + * Form parsing functions */ void Html_tag_open_form(DilloHtml *html, const char *tag, int tagsize); |