r9550: Adjust some indentation.
authorTim Potter <tpot@samba.org>
Tue, 23 Aug 2005 22:28:36 +0000 (22:28 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:34:27 +0000 (13:34 -0500)
(This used to be commit 781df1691cec6ed59f94313f5ffd40a60f75a0fd)

source4/librpc/idl/atsvc.idl

index 5c5b377a908dac756486c4e822cd75681d19a555..e64f2c93e0040b5ab9a85f406deb6ce25ae5de87 100644 (file)
 ] 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,
         } 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 {