summaryrefslogtreecommitdiff
path: root/source3/smbd/ipc.c
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2003-04-14 03:48:26 +0000
committerTim Potter <tpot@samba.org>2003-04-14 03:48:26 +0000
commitbdb7a74419356f4b6064d928636c8f295e8b7230 (patch)
tree543429d05dabb49f3c22af53fe78370ecb6e09c5 /source3/smbd/ipc.c
parentc967d21ca75bd7b788aeec52dabe0c02faef342a (diff)
downloadsamba-bdb7a74419356f4b6064d928636c8f295e8b7230.tar.gz
samba-bdb7a74419356f4b6064d928636c8f295e8b7230.tar.bz2
samba-bdb7a74419356f4b6064d928636c8f295e8b7230.zip
Whitespace syncup.
(This used to be commit 8fe5bab565cdcf498e4d0f5cca31f799d249e3b3)
Diffstat (limited to 'source3/smbd/ipc.c')
-rw-r--r--source3/smbd/ipc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/source3/smbd/ipc.c b/source3/smbd/ipc.c
index c4a12ab531..85e28f5d17 100644
--- a/source3/smbd/ipc.c
+++ b/source3/smbd/ipc.c
@@ -138,9 +138,9 @@ void send_trans_reply(char *outbuf,
set_message(outbuf,10,1+this_ldata+this_lparam+align,False);
copy_trans_params_and_data(outbuf, align,
- rparam, tot_param_sent, this_lparam,
- rdata, tot_data_sent, this_ldata);
-
+ rparam, tot_param_sent, this_lparam,
+ rdata, tot_data_sent, this_ldata);
+
SSVAL(outbuf,smb_vwv3,this_lparam);
SSVAL(outbuf,smb_vwv4,smb_offset(smb_buf(outbuf)+1,outbuf));
SSVAL(outbuf,smb_vwv5,tot_param_sent);