From 2432c783ca61a284830bb7c0f62cf178480ab396 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 17 Sep 2004 11:26:57 +0000 Subject: r2386: fixed some indentation (This used to be commit 1de5aa5b1d6a9b4b3ed18935c562b0bf03a4d94e) --- source4/include/smb_interfaces.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source4/include/smb_interfaces.h b/source4/include/smb_interfaces.h index e63d2baa15..583455c9ae 100644 --- a/source4/include/smb_interfaces.h +++ b/source4/include/smb_interfaces.h @@ -1696,7 +1696,7 @@ struct smb_notify { 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, -- cgit