mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
pidl/ws: avoid trailing tabs
Port Wireshark commit 4f04a3c Author: Stefan Metzmacher <metze@samba.org> Date: Thu Oct 29 08:32:52 2015 +0100 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> Signed-off-by: Aurelien Aptel <aaptel@suse.com> Reviewed-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: David Disseldorp <ddiss@samba.org>
This commit is contained in:
parent
bce85437b6
commit
cafb68fdc4
@ -722,8 +722,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) {
|
||||
|
Loading…
Reference in New Issue
Block a user