diff options
author | Tim Potter <tpot@samba.org> | 2005-08-23 22:28:36 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:34:27 -0500 |
commit | 2867f7869d8d721db62a103c7df6522e8a22233e (patch) | |
tree | af6c72a8449a17c891a8a989d95d0ab951fe2c27 /source4/librpc/idl/atsvc.idl | |
parent | 91f4e46dbfd688df0bc34a3f9782dc5b1361741d (diff) | |
download | samba-2867f7869d8d721db62a103c7df6522e8a22233e.tar.gz samba-2867f7869d8d721db62a103c7df6522e8a22233e.tar.bz2 samba-2867f7869d8d721db62a103c7df6522e8a22233e.zip |
r9550: Adjust some indentation.
(This used to be commit 781df1691cec6ed59f94313f5ffd40a60f75a0fd)
Diffstat (limited to 'source4/librpc/idl/atsvc.idl')
-rw-r--r-- | source4/librpc/idl/atsvc.idl | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/source4/librpc/idl/atsvc.idl b/source4/librpc/idl/atsvc.idl index 5c5b377a90..e64f2c93e0 100644 --- a/source4/librpc/idl/atsvc.idl +++ b/source4/librpc/idl/atsvc.idl @@ -13,18 +13,18 @@ ] interface atsvc { typedef [bitmap32bit] bitmap { - First = 0x00000001, - Second = 0x00000002, - Third = 0x00000004, - Fourth = 0x00000008, - Fifth = 0x00000010, - Sixth = 0x00000020, - Seventh = 0x00000040, - Eight = 0x00000080, - Ninth = 0x00000100, - Tenth = 0x00000200, - Eleventh= 0x00000400, - Twelfth = 0x00000800, + First = 0x00000001, + Second = 0x00000002, + Third = 0x00000004, + Fourth = 0x00000008, + Fifth = 0x00000010, + Sixth = 0x00000020, + Seventh = 0x00000040, + Eight = 0x00000080, + Ninth = 0x00000100, + Tenth = 0x00000200, + Eleventh = 0x00000400, + Twelfth = 0x00000800, Thitteenth = 0x00001000, Fourteenth = 0x00002000, Fifteenth = 0x00004000, @@ -55,13 +55,13 @@ } atsvc_Flags; typedef [bitmap8bit] bitmap { - DAYSOFWEEK_MONDAY = 0x01, - DAYSOFWEEK_TUESDAY = 0x02, + DAYSOFWEEK_MONDAY = 0x01, + DAYSOFWEEK_TUESDAY = 0x02, DAYSOFWEEK_WEDNESDAY = 0x04, - DAYSOFWEEK_THURSDAY = 0x08, - DAYSOFWEEK_FRIDAY = 0x10, - DAYSOFWEEK_SATURDAY = 0x20, - DAYSOFWEEK_SUNDAY = 0x40 + DAYSOFWEEK_THURSDAY = 0x08, + DAYSOFWEEK_FRIDAY = 0x10, + DAYSOFWEEK_SATURDAY = 0x20, + DAYSOFWEEK_SUNDAY = 0x40 } atsvc_DaysOfWeek; typedef struct { |