[Webkit-unassigned] [Bug 25884] WebKit needs a style linting tool
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Jul 10 22:46:34 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=25884
Simon Fraser (smfr) <simon.fraser at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |simon.fraser at apple.com
--- Comment #29 from Simon Fraser (smfr) <simon.fraser at apple.com> 2009-07-10 22:46:32 PDT ---
It got this one wrong:
- for( count=0; _tempNode; count++ )
+ for ( count=0; _tempNode; count++ )
Should be
for (count = 0; _tempNode; count++)
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list