svn commit: samba r25405 - in branches: SAMBA_3_2/source/groupdb SAMBA_3_2_0/source/groupdb

jerry at samba.org jerry at samba.org
Fri Sep 28 18:09:55 GMT 2007


Author: jerry
Date: 2007-09-28 18:09:50 +0000 (Fri, 28 Sep 2007)
New Revision: 25405

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

Log:
Fix formatting as per metze's comments
Modified:
   branches/SAMBA_3_2/source/groupdb/mapping.c
   branches/SAMBA_3_2_0/source/groupdb/mapping.c


Changeset:
Modified: branches/SAMBA_3_2/source/groupdb/mapping.c
===================================================================
--- branches/SAMBA_3_2/source/groupdb/mapping.c	2007-09-28 05:19:37 UTC (rev 25404)
+++ branches/SAMBA_3_2/source/groupdb/mapping.c	2007-09-28 18:09:50 UTC (rev 25405)
@@ -35,7 +35,7 @@
 		return True;
 	}
 	
-       	backend = groupdb_ldb_init();
+	backend = groupdb_ldb_init();
 
 	return backend != NULL;
 }

Modified: branches/SAMBA_3_2_0/source/groupdb/mapping.c
===================================================================
--- branches/SAMBA_3_2_0/source/groupdb/mapping.c	2007-09-28 05:19:37 UTC (rev 25404)
+++ branches/SAMBA_3_2_0/source/groupdb/mapping.c	2007-09-28 18:09:50 UTC (rev 25405)
@@ -35,7 +35,7 @@
 		return True;
 	}
 	
-       	backend = groupdb_ldb_init();
+	backend = groupdb_ldb_init();
 
 	return backend != NULL;
 }



More information about the samba-cvs mailing list