summaryrefslogtreecommitdiffstats
path: root/source/include
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2003-04-28 05:47:07 +0000
committerTim Potter <tpot@samba.org>2003-04-28 05:47:07 +0000
commit7fd7af121ee8ba4f9540394f64fe3c78e2e96cd2 (patch)
tree1503786839aa6f34218b62cc896ee32ecb387bfe /source/include
parent4d2106f910d64bf599394c17a30c351244cc137c (diff)
downloadsamba-7fd7af121ee8ba4f9540394f64fe3c78e2e96cd2.tar.gz
samba-7fd7af121ee8ba4f9540394f64fe3c78e2e96cd2.tar.xz
samba-7fd7af121ee8ba4f9540394f64fe3c78e2e96cd2.zip
Whitespace syncup.
Diffstat (limited to 'source/include')
-rw-r--r--source/include/smb.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/include/smb.h b/source/include/smb.h
index 277ef3cc5b7..62cc95ecb08 100644
--- a/source/include/smb.h
+++ b/source/include/smb.h
@@ -251,7 +251,7 @@ enum SID_NAME_USE
SID_NAME_DELETED, /* deleted account: needed for c2 rating */
SID_NAME_INVALID, /* invalid account */
SID_NAME_UNKNOWN, /* unknown sid type */
- SID_NAME_COMPUTER /* sid for a computer */
+ SID_NAME_COMPUTER, /* sid for a computer */
};
/**
@@ -625,7 +625,7 @@ enum pdb_elements {
PDB_NTPASSWD,
/* this must be the last element */
- PDB_COUNT
+ PDB_COUNT,
};
enum pdb_value_state {
@@ -992,8 +992,8 @@ struct bitmap {
#define TRANSACT2_FINDNOTIFYNEXT 0x0C
#define TRANSACT2_MKDIR 0x0D
#define TRANSACT2_SESSION_SETUP 0x0E
-#define TRANSACT2_GET_DFS_REFERRAL 0x10
-#define TRANSACT2_REPORT_DFS_INCONSISTANCY 0x11
+#define TRANSACT2_GET_DFS_REFERRAL 0x10
+#define TRANSACT2_REPORT_DFS_INCONSISTANCY 0x11
/* These are the NT transact sub commands. */
#define NT_TRANSACT_CREATE 1