RESOLVED FIXED37513
[RenderStyle Cleanup] Clean up StyleBoxData
https://bugs.webkit.org/show_bug.cgi?id=37513
Summary [RenderStyle Cleanup] Clean up StyleBoxData
Dave Hyatt
Reported 2010-04-13 11:47:59 PDT
Clean up StyleBoxData to have good style.
Attachments
Patch (15.35 KB, patch)
2010-04-13 11:49 PDT, Dave Hyatt
oliver: review+
Dave Hyatt
Comment 1 2010-04-13 11:49:12 PDT
WebKit Review Bot
Comment 2 2010-04-13 11:51:23 PDT
Attachment 53268 [details] did not pass style-queue: Failed to run "WebKitTools/Scripts/check-webkit-style" exit_code: 1 Last 3072 characters of output: /rendering/style/StyleBoxData.cpp:57: Boolean expressions that span multiple lines should have their operators on the left side of the line instead of the right side. [whitespace/operators] [4] WebCore/rendering/style/StyleBoxData.cpp:58: Boolean expressions that span multiple lines should have their operators on the left side of the line instead of the right side. [whitespace/operators] [4] WebCore/rendering/style/StyleBoxData.cpp:59: Boolean expressions that span multiple lines should have their operators on the left side of the line instead of the right side. [whitespace/operators] [4] WebCore/rendering/style/StyleBoxData.cpp:60: Boolean expressions that span multiple lines should have their operators on the left side of the line instead of the right side. [whitespace/operators] [4] WebCore/rendering/style/StyleBoxData.cpp:61: Boolean expressions that span multiple lines should have their operators on the left side of the line instead of the right side. [whitespace/operators] [4] WebCore/rendering/style/StyleBoxData.cpp:62: Boolean expressions that span multiple lines should have their operators on the left side of the line instead of the right side. [whitespace/operators] [4] WebCore/rendering/style/StyleBoxData.cpp:63: Boolean expressions that span multiple lines should have their operators on the left side of the line instead of the right side. [whitespace/operators] [4] WebCore/rendering/style/StyleBoxData.cpp:64: Boolean expressions that span multiple lines should have their operators on the left side of the line instead of the right side. [whitespace/operators] [4] WebCore/rendering/style/RenderStyle.cpp:170: Boolean expressions that span multiple lines should have their operators on the left side of the line instead of the right side. [whitespace/operators] [4] WebCore/rendering/style/RenderStyle.cpp:298: Boolean expressions that span multiple lines should have their operators on the left side of the line instead of the right side. [whitespace/operators] [4] WebCore/rendering/style/RenderStyle.cpp:299: Boolean expressions that span multiple lines should have their operators on the left side of the line instead of the right side. [whitespace/operators] [4] WebCore/rendering/style/RenderStyle.cpp:300: Boolean expressions that span multiple lines should have their operators on the left side of the line instead of the right side. [whitespace/operators] [4] WebCore/rendering/style/RenderStyle.cpp:301: Boolean expressions that span multiple lines should have their operators on the left side of the line instead of the right side. [whitespace/operators] [4] WebCore/rendering/style/RenderStyle.cpp:302: Boolean expressions that span multiple lines should have their operators on the left side of the line instead of the right side. [whitespace/operators] [4] WebCore/rendering/style/RenderStyle.cpp:481: Boolean expressions that span multiple lines should have their operators on the left side of the line instead of the right side. [whitespace/operators] [4] Total errors found: 15 in 5 files If any of these errors are false positives, please file a bug against check-webkit-style.
Oliver Hunt
Comment 3 2010-04-13 11:54:58 PDT
Comment on attachment 53268 [details] Patch r=me with the style changes i requested
Dave Hyatt
Comment 4 2010-04-13 11:58:49 PDT
Fixed in r57528.
Note You need to log in before you can comment on or make changes to this bug.