Author: metze
Date: 2006-09-20 01:56:57 +0000 (Wed, 20 Sep 2006)
New Revision: 18706

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

Log:
fix whitespaces

metze
Modified:
   branches/SAMBA_4_0/source/gtk/tools/gwcrontab.c


Changeset:
Modified: branches/SAMBA_4_0/source/gtk/tools/gwcrontab.c
===================================================================
--- branches/SAMBA_4_0/source/gtk/tools/gwcrontab.c     2006-09-20 00:56:51 UTC 
(rev 18705)
+++ branches/SAMBA_4_0/source/gtk/tools/gwcrontab.c     2006-09-20 01:56:57 UTC 
(rev 18706)
@@ -44,15 +44,15 @@
        int i;
        uint32_t resume_handle = 0;
 
-    gtk_list_store_clear(store_jobs);
+       gtk_list_store_clear(store_jobs);
 
        ctr.entries_read = 0;
        ctr.first_entry = NULL;
        r.in.servername = dcerpc_server_name(at_pipe);
        r.in.ctr = r.out.ctr = &ctr;
-    r.in.preferred_max_len = 0xffffffff;
-    r.in.resume_handle = r.out.resume_handle = &resume_handle;
-       
+       r.in.preferred_max_len = 0xffffffff;
+       r.in.resume_handle = r.out.resume_handle = &resume_handle;
+
        status = dcerpc_atsvc_JobEnum(at_pipe, mem_ctx, &r);
        if(!NT_STATUS_IS_OK(status)) {
                gtk_show_ntstatus(mainwin, "Error while enumerating first job", 
status);

Reply via email to