[Webkit-unassigned] [Bug 62935] [GTK] Fix GTK unit tests failures when WebKit is build outside repository directory.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 13 13:56:39 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=62935





--- Comment #6 from Lukasz Slachciak <l.slachciak at samsung.com>  2011-07-13 13:56:38 PST ---
(From update of attachment 98142)
View in context: https://bugs.webkit.org/attachment.cgi?id=98142&action=review

>> Source/WebKit/gtk/tests/test_utils.c:34
>> +    else if (g_path_is_absolute(executable_path)) {
> 
> Indentation seems quite off here, or is it the patch viewer? The inner if should not have bracers (this file has plenty of this problem, unfortunately), and the else if should be in the same line as the }. Also, given this is a C file, the * should be on the right side. What do you think of doing a style cleanup on this file? ;)

Indentation fixed. Coding style cleanup done. Unfortunately this file has exception in check-webkit-style so it is not taken into account when checking style

-- 
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