[SCM] Samba Shared Repository - branch v3-2-test updated - initial-v3-2-unstable-1072-ga4ef828

Michael Adam obnox at samba.org
Fri Jan 4 20:17:30 GMT 2008


The branch, v3-2-test has been updated
       via  a4ef828102417f04af1e9823c89404e77e4fd5c1 (commit)
      from  fc9c3f39b5af55026f1e5e964857c203cf6c9316 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-test


- Log -----------------------------------------------------------------
commit a4ef828102417f04af1e9823c89404e77e4fd5c1
Author: Michael Adam <obnox at samba.org>
Date:   Fri Jan 4 21:16:48 2008 +0100

    Fix spacing - spaces mixed with tabs.
    
    Michael

-----------------------------------------------------------------------

Summary of changes:
 source/utils/net_conf.c |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/utils/net_conf.c b/source/utils/net_conf.c
index 52dcda0..38cdeac 100644
--- a/source/utils/net_conf.c
+++ b/source/utils/net_conf.c
@@ -46,9 +46,9 @@ static int net_conf_import_usage(int argc, const char**argv)
 	d_printf("USAGE: net conf import [--test|-T] <filename> "
 		 "[<servicename>]\n"
 		 "\t[--test|-T]    testmode - do not act, just print "
-		                   "what would be done\n"
+			"what would be done\n"
 		 "\t<servicename>  only import service <servicename>, "
-		                   "ignore the rest\n");
+			"ignore the rest\n");
 	return -1;
 }
 
@@ -139,14 +139,14 @@ static char *parm_valstr(TALLOC_CTX *ctx, struct parm_struct *parm,
 		valstr = talloc_asprintf(ctx, "%s", BOOLSTR(!*(bool *)ptr));
 		break;
 	case P_ENUM:
-        	for (i = 0; parm->enum_list[i].name; i++) {
-        	        if (*(int *)ptr == parm->enum_list[i].value)
+		for (i = 0; parm->enum_list[i].name; i++) {
+			if (*(int *)ptr == parm->enum_list[i].value)
 			{
 				valstr = talloc_asprintf(ctx, "%s",
-        	                         parm->enum_list[i].name);
-        	                break;
-        	        }
-        	}
+					parm->enum_list[i].name);
+				break;
+			}
+		}
 		break;
 	case P_OCTAL: {
 		char *o = octal_string(*(int *)ptr);


-- 
Samba Shared Repository


More information about the samba-cvs mailing list