Adjust some whitespace

This commit is contained in:
Bill Currie 2020-03-23 20:18:12 +09:00
parent 9bc91cd7d1
commit afda214487

View file

@ -11,24 +11,24 @@
@class Group; @class Group;
enum { enum {
ofCanFocus =0x0001, ofCanFocus = 0x0001,
ofFirstClick =0x0002, ofFirstClick = 0x0002,
ofDontDraw =0x0004, ofDontDraw = 0x0004,
ofPreProcess =0x0008, ofPreProcess = 0x0008,
ofPostProcess =0x0010, ofPostProcess = 0x0010,
ofMakeFirst =0x0020, ofMakeFirst = 0x0020,
ofTileable =0x0040, ofTileable = 0x0040,
ofCentered =0x0080, ofCentered = 0x0080,
ofCallHasObject =0x8000, ofCallHasObject = 0x8000,
}; };
enum { enum {
sfDrawn =0x0001, sfDrawn = 0x0001,
sfDisabled =0x0002, sfDisabled = 0x0002,
sfInFocus =0x0004, sfInFocus = 0x0004,
sfModal =0x0008, sfModal = 0x0008,
sfLocked =0x0010, sfLocked = 0x0010,
}; };
enum { enum {