EFL port doesn't violate whitespace/declaration coding style rule. So, this patch remove it from checker.py file.
Created attachment 120853 [details] Patch
Looks OK, even though the changes to FrameLoaderClientEfl.cpp and ewk_frame.cpp aren't really whitespace/declaration fixes (but rather build/include_order and whitespace/braces, respectively).
(In reply to comment #2) > Looks OK, even though the changes to FrameLoaderClientEfl.cpp and ewk_frame.cpp aren't really whitespace/declaration fixes (but rather build/include_order and whitespace/braces, respectively). Yes, right. when I test this patch on efl directory, there are some other style errors. So, I fix them together because they are trivial errors. I think it is better to fix on this bug together.
Created attachment 120863 [details] Patch
I miss one thing. EWebLauncher and MiniBrowser are EFL simple application. So, I think they need to use EFL coding style continually. So, I keep *whitespace/declaration* exception for EWebLauncher and MiniBrowser.
Informal r+.
Comment on attachment 120863 [details] Patch Clearing flags on attachment: 120863 Committed r103911: <http://trac.webkit.org/changeset/103911>
All reviewed patches have been landed. Closing bug.