Author: mimir
Date: 2005-09-29 22:34:57 +0000 (Thu, 29 Sep 2005)
New Revision: 10633

WebSVN: 
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=10633

Log:
Formatting.


rafal


Modified:
   branches/SAMBA_4_0/source/libnet/userinfo.c


Changeset:
Modified: branches/SAMBA_4_0/source/libnet/userinfo.c
===================================================================
--- branches/SAMBA_4_0/source/libnet/userinfo.c 2005-09-29 22:34:39 UTC (rev 
10632)
+++ branches/SAMBA_4_0/source/libnet/userinfo.c 2005-09-29 22:34:57 UTC (rev 
10633)
@@ -42,6 +42,7 @@
        struct samr_QueryUserInfo queryuserinfo;
        struct samr_Close         samrclose;    
        union  samr_UserInfo      *info;
+
        /* information about the progress */
        void (*monitor_fn)(struct monitor_msg *);
 };
@@ -211,9 +212,9 @@
        
        sid = dom_sid_parse_talloc(s, io->in.sid);
        if (sid == NULL) goto failure;  
-       c->state       = COMPOSITE_STATE_IN_PROGRESS;
-       c->private_data= s;
-       c->event_ctx   = dcerpc_event_context(p);
+       c->state        = COMPOSITE_STATE_IN_PROGRESS;
+       c->private_data = s;
+       c->event_ctx    = dcerpc_event_context(p);
 
        /* preparing parameters to send rpc request */
        s->openuser.in.domain_handle  = &io->in.domain_handle;

Reply via email to