tools/pidl: avoid trailing tabs

Change-Id: I293dd6f2d7ff3b0e27bc3cc49e69977604f12260
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-on: https://code.wireshark.org/review/11433
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Stefan Metzmacher 2015-10-29 08:32:52 +01:00 committed by Anders Broman
parent 56d0127247
commit 4f04a3cc31
1 changed files with 4 additions and 1 deletions

View File

@ -743,8 +743,11 @@ sub Struct($$$$)
}
$self->deindent;
$self->pidl_code("}");
$self->pidl_code("");
$self->pidl_code("\n$res");
$self->deindent;
$self->pidl_code("$res");
$self->indent;
$self->pidl_code("proto_item_set_len(item, offset-old_offset);\n");
if (defined($doalign) and $doalign == 1) {