aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcerpc-rs_unix.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2010-05-10 15:54:57 +0000
committerBill Meier <wmeier@newsguy.com>2010-05-10 15:54:57 +0000
commit10ffd14b8f9c052a9d44faaba462ff36f5542f7a (patch)
treea705161815ce4b6ab546dbeb6743658d6d50cfe0 /epan/dissectors/packet-dcerpc-rs_unix.c
parent33dc9a3eb4a71ef14038f611b5d9f0bcad5d5e1a (diff)
Indentation & whitespace cleanup (including: "4 space tabs" ==> spaces)
svn path=/trunk/; revision=32735
Diffstat (limited to 'epan/dissectors/packet-dcerpc-rs_unix.c')
-rw-r--r--epan/dissectors/packet-dcerpc-rs_unix.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/epan/dissectors/packet-dcerpc-rs_unix.c b/epan/dissectors/packet-dcerpc-rs_unix.c
index bf7f359de1..0c9271f82c 100644
--- a/epan/dissectors/packet-dcerpc-rs_unix.c
+++ b/epan/dissectors/packet-dcerpc-rs_unix.c
@@ -51,17 +51,17 @@ static guint16 ver_rs_unix = 1;
static dcerpc_sub_dissector rs_unix_dissectors[] = {
- { 0, "getpwents", NULL, NULL },
- { 0, NULL, NULL, NULL },
+ { 0, "getpwents", NULL, NULL },
+ { 0, NULL, NULL, NULL },
};
void
proto_register_rs_unix (void)
{
static hf_register_info hf[] = {
- { &hf_rs_unix_opnum,
- { "Operation", "rs_unix.opnum", FT_UINT16, BASE_DEC,
- NULL, 0x0, NULL, HFILL }}
+ { &hf_rs_unix_opnum,
+ { "Operation", "rs_unix.opnum", FT_UINT16, BASE_DEC,
+ NULL, 0x0, NULL, HFILL }}
};
static gint *ett[] = {