diff options
author | Andrew Tridgell <tridge@samba.org> | 2004-09-17 11:26:57 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:58:47 -0500 |
commit | 2432c783ca61a284830bb7c0f62cf178480ab396 (patch) | |
tree | 653518984cec671867221bec35182964625a2883 /source4 | |
parent | 9115d6cb975b944b453c43d17a657a6e7979ac37 (diff) | |
download | samba-2432c783ca61a284830bb7c0f62cf178480ab396.tar.gz samba-2432c783ca61a284830bb7c0f62cf178480ab396.tar.bz2 samba-2432c783ca61a284830bb7c0f62cf178480ab396.zip |
r2386: fixed some indentation
(This used to be commit 1de5aa5b1d6a9b4b3ed18935c562b0bf03a4d94e)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/include/smb_interfaces.h | 2 |
1 files changed, 1 insertions, 1 deletions
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, |