From 2986388fde6d89e5166122176b8252872e5e9b86 Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Wed, 12 Nov 2014 16:40:02 +0100 Subject: dtd_preparse : fix indent (Use tabs) Change-Id: Iec6ef7109ccea8a164db4f62af9fae1dceba6ae6 Reviewed-on: https://code.wireshark.org/review/5282 Reviewed-by: Anders Broman --- epan/dtd_preparse.l | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'epan/dtd_preparse.l') diff --git a/epan/dtd_preparse.l b/epan/dtd_preparse.l index c3b0868328..76f1e86117 100644 --- a/epan/dtd_preparse.l +++ b/epan/dtd_preparse.l @@ -155,8 +155,8 @@ newline \n {non_quote} | {escaped_quote} g_string_append(current,yytext); {system} { - g_string_append_printf(error,"at %s:%u: file inclusion is not supported!", filename, linenum); - yyterminate(); + g_string_append_printf(error,"at %s:%u: file inclusion is not supported!", filename, linenum); + yyterminate(); } {special_stop} { current = output; g_string_append(current,"\n"); BEGIN OUTSIDE; } @@ -226,7 +226,7 @@ extern GString* dtd_preparse(const gchar* dname,const gchar* fname, GString* er g_hash_table_foreach_remove(entities,free_gstring_hash_items,NULL); g_hash_table_destroy(entities); - g_free(fullname); + g_free(fullname); return output; } @@ -239,5 +239,5 @@ extern GString* dtd_preparse(const gchar* dname,const gchar* fname, GString* er */ int yywrap(void) { - return 1; + return 1; } -- cgit v1.2.3