svn commit: samba r2386 - in branches/SAMBA_4_0/source/include: .

tridge at samba.org tridge at samba.org
Fri Sep 17 11:26:57 GMT 2004


Author: tridge
Date: 2004-09-17 11:26:57 +0000 (Fri, 17 Sep 2004)
New Revision: 2386

WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/branches/SAMBA_4_0/source/include&rev=2386&nolog=1

Log:
fixed some indentation



Modified:
   branches/SAMBA_4_0/source/include/smb_interfaces.h


Changeset:
Modified: branches/SAMBA_4_0/source/include/smb_interfaces.h
===================================================================
--- branches/SAMBA_4_0/source/include/smb_interfaces.h	2004-09-17 11:26:30 UTC (rev 2385)
+++ branches/SAMBA_4_0/source/include/smb_interfaces.h	2004-09-17 11:26:57 UTC (rev 2386)
@@ -1696,7 +1696,7 @@
 
 enum smb_search_level {RAW_SEARCH_GENERIC                 = 0xF000, 
 		   RAW_SEARCH_SEARCH,                 /* SMBsearch */ 
-		   RAW_SEARCH_FCLOSE,				  /* SMBfclose */
+		   RAW_SEARCH_FCLOSE,		      /* SMBfclose */
 		   RAW_SEARCH_STANDARD                = SMB_FIND_STANDARD,
 		   RAW_SEARCH_EA_SIZE                 = SMB_FIND_EA_SIZE,
 		   RAW_SEARCH_DIRECTORY_INFO          = SMB_FIND_DIRECTORY_INFO,



More information about the samba-cvs mailing list