diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-05-15 12:29:06 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:07:00 -0500 |
commit | 4e6781060c4ff300578e9e1683561e7989e802d3 (patch) | |
tree | 20c85cb64ef589b6fe9f10b756c78c648df3b048 /source4 | |
parent | 2a072bf9a2beef9387ba38f32a9862d5f3925e4d (diff) | |
download | samba-4e6781060c4ff300578e9e1683561e7989e802d3.tar.gz samba-4e6781060c4ff300578e9e1683561e7989e802d3.tar.xz samba-4e6781060c4ff300578e9e1683561e7989e802d3.zip |
r15616: fix white spaces
metze
(This used to be commit 0ff74d327bd0035494ca1b8194fd7f4bca82ed04)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/librpc/idl/security.idl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source4/librpc/idl/security.idl b/source4/librpc/idl/security.idl index c756a1a6d07..8bf5e6f867c 100644 --- a/source4/librpc/idl/security.idl +++ b/source4/librpc/idl/security.idl @@ -21,9 +21,9 @@ interface security common combinations of bits are prefixed with SEC_RIGHTS_ */ - const int SEC_MASK_GENERIC = 0xF0000000; - const int SEC_MASK_FLAGS = 0x0F000000; - const int SEC_MASK_STANDARD = 0x00FF0000; + const int SEC_MASK_GENERIC = 0xF0000000; + const int SEC_MASK_FLAGS = 0x0F000000; + const int SEC_MASK_STANDARD = 0x00FF0000; const int SEC_MASK_SPECIFIC = 0x0000FFFF; /* generic bits */ |