Cleanup formatting and whitespace

This commit is contained in:
Gregory Casamento 2023-08-02 09:22:08 -04:00
parent 4c8524a209
commit 4030602b66
24 changed files with 175 additions and 185 deletions

View file

@ -35,4 +35,3 @@
@end
#endif

View file

@ -50,4 +50,3 @@ typedef void *cairo_surface_t;
@end
#endif

View file

@ -155,4 +155,3 @@ struct XGGeneric {
#define _NET_WM_STATE_TOGGLE 2 /* toggle property */
#endif

View file

@ -35,4 +35,3 @@ typedef unsigned long long XIMStyle;
#define False 0
#endif

View file

@ -147,4 +147,3 @@ created.
#endif

View file

@ -187,4 +187,3 @@
#undef _CAIRO_SURFACE_CLASSNAME
#undef _CAIRO_GSTATE_CLASSNAME

View file

@ -48,4 +48,3 @@
}
@end

View file

@ -1,4 +1,3 @@
/*
HeadlessGState.m

View file

@ -51,4 +51,3 @@
}
@end

View file

@ -75,7 +75,7 @@ extern int XGErrorHandler(Display *display, XErrorEvent *err);
XGDrawMechanism drawMechanism;
}
- initForDisplay: (Display *)dpy screen: (int)screen_number;
- (instancetype) initForDisplay: (Display *)dpy screen: (int)screen_number;
- (XGDrawMechanism) drawMechanism;
- (RContext *) context;
@end

View file

@ -366,4 +366,3 @@ static unsigned int process_modifier_flags(unsigned int state)
}
@end