[Webkit-unassigned] [Bug 45543] Make webkit-gtk windows build not to depend on pthreads
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Sep 13 14:21:59 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=45543
--- Comment #5 from Fridrich Strba <fridrich.strba at bluewin.ch> 2010-09-13 14:21:59 PST ---
(In reply to comment #4)
> Attachment 67461 [details] did not pass style-queue:
> Failed to run "['WebKitTools/Scripts/check-webkit-style']" exit_code: 1
> JavaScriptCore/wtf/TCSpinLock.h:140: Weird number of spaces at line-start. Are you using a 4-space indent? [whitespace/indent] [3]
> JavaScriptCore/wtf/TCSpinLock.h:142: Weird number of spaces at line-start. Are you using a 4-space indent? [whitespace/indent] [3]
> Total errors found: 2 in 2 files
The problem is that in this particular file, all indentation is done by two spaces. I can fix this easily by making those two lines indented by 4 spaces but it will make the readability a mess. The other solution would be to reformat the file, but there again, it would mean to have a huge whitespace modification :(
--
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