21 Dec
2021
21 Dec
'21
5:20 p.m.
On Tue, Dec 21 2021 at 02:08:42 PM +0200, Kimmo Kinnunen via webkit-dev <webkit-dev@lists.webkit.org> wrote:
* All C and Objective-C code should be formatted with rules consistent to the C++ rules
Unfortunately all of the WPE/GTK C code intentionally uses a space between the type and the asterisk * (for example, WebKit/Tools/MiniBrowser/gtk/BrowserWindow.c). I guess we could just omit all these files from style checker, or reformat them all, but it's going to be annoying to change either way. Michael