Rev 5360: correct one indentation in http://samba.sernet.de/ma/bzr/SAMBA_3_0-registry.bzr/

Michael Adam ma at sernet.de
Sun Apr 15 22:23:56 GMT 2007


At http://samba.sernet.de/ma/bzr/SAMBA_3_0-registry.bzr/

------------------------------------------------------------
revno: 5360
revision-id: ma at sernet.de-20070415222354-a6c6c91479c2cd30
parent: ma at sernet.de-20070415213309-7337263c96deb6fd
committer: Michael Adam <ma at sernet.de>
branch nick: SAMBA_3_0-registry.bzr
timestamp: Mon 2007-04-16 00:23:54 +0200
message:
  correct one indentation
modified:
  source/utils/net_conf.c        net_conf.c-20070409110216-64p0zt0mes4j6yoe-1
=== modified file 'source/utils/net_conf.c'
--- a/source/utils/net_conf.c	2007-04-15 21:33:09 +0000
+++ b/source/utils/net_conf.c	2007-04-15 22:23:54 +0000
@@ -136,7 +136,7 @@
                 }
                 break;
         }
-	 case REG_BINARY:
+	case REG_BINARY:
                 result = talloc_asprintf(mem_ctx, "binary (%d bytes)",
 					 (int)value->v.binary.length);
                 break;



More information about the samba-cvs mailing list