[webkit-reviews] review denied: [Bug 41152] Minor fixes to Mac FontPlatformData & SimpleFontPlatformData classes : [Attachment 59644] patch 1

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 24 08:23:40 PDT 2010


mitz at webkit.org has denied Jeremy Moskovich <playmobil at google.com>'s request
for review:
Bug 41152: Minor fixes to Mac FontPlatformData & SimpleFontPlatformData classes
https://bugs.webkit.org/show_bug.cgi?id=41152

Attachment 59644: patch 1
https://bugs.webkit.org/attachment.cgi?id=59644&action=review

------- Additional Comments from mitz at webkit.org
While the WebKit Coding Style Guidelines only say “Pointer types in non-C++
code — Pointer types should be written with a space between the type and the *
(so the * is adjacent to the following identifier if any)”, WebKit style is for
Objective-C types to always have a space between the type and the *, whether
they appear in C, C++, Objective-C or Objective-C++ code, and most of the code
adheres to this style.


More information about the webkit-reviews mailing list