svn commit: samba r8101 - in branches/SAMBA_4_0/source/build/pidl: .

tpot at samba.org tpot at samba.org
Mon Jul 4 00:30:08 GMT 2005


Author: tpot
Date: 2005-07-04 00:30:06 +0000 (Mon, 04 Jul 2005)
New Revision: 8101

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

Log:
Fix some indentation.

Modified:
   branches/SAMBA_4_0/source/build/pidl/ejs.pm


Changeset:
Modified: branches/SAMBA_4_0/source/build/pidl/ejs.pm
===================================================================
--- branches/SAMBA_4_0/source/build/pidl/ejs.pm	2005-07-03 20:34:48 UTC (rev 8100)
+++ branches/SAMBA_4_0/source/build/pidl/ejs.pm	2005-07-04 00:30:06 UTC (rev 8101)
@@ -51,10 +51,10 @@
 sub Parse($$)
 {
     my($ndr,$hdr) = @_;
-	my @fns = ();
+    my @fns = ();
 
-	$res = "";
-	pidl "#include \"$hdr\"\n\n";
+    $res = "";
+    pidl "#include \"$hdr\"\n\n";
     pidl "/* EJS wrapper functions auto-generated by pidl */\n\n";
     foreach my $x (@{$ndr}) {
 	    if ($x->{TYPE} eq "INTERFACE") {
@@ -62,12 +62,12 @@
 	    }
     }
 
-	pidl "void setup_ejs_functions(void)\n";
-	pidl "{\n";
-	foreach (@fns) {
+    pidl "void setup_ejs_functions(void)\n";
+    pidl "{\n";
+    foreach (@fns) {
 		pidl "\tespDefineCFunction(NULL, \"$_\", esp_$_, NULL);\n";
-	}
-	pidl "}\n";
+    }
+    pidl "}\n";
 	
     return $res;
 }



More information about the samba-cvs mailing list