Bug 68707 - [GTK] Fix coding style issues in ResourceRequestSoup.cpp
Summary: [GTK] Fix coding style issues in ResourceRequestSoup.cpp
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: All Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: Gtk
Depends on:
Blocks:
 
Reported: 2011-09-23 11:00 PDT by Mario Sanchez Prada
Modified: 2011-09-23 11:25 PDT (History)
0 users

See Also:


Attachments
The Patch (2.65 KB, patch)
2011-09-23 11:12 PDT, Mario Sanchez Prada
xan.lopez: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mario Sanchez Prada 2011-09-23 11:00:55 PDT
The following problems in this file should be addressed:

check-webkit-style WebCore/platform/network/soup/ResourceRequestSoup.cpp 
Source/WebCore/platform/network/soup/ResourceRequestSoup.cpp:31:  Alphabetical sorting problem.  [build/include_order] [4]
Source/WebCore/platform/network/soup/ResourceRequestSoup.cpp:99:  One line control clauses should not use braces.  [whitespace/braces] [4]

Total errors found: 2 in 1 files
Comment 1 Mario Sanchez Prada 2011-09-23 11:12:32 PDT
Created attachment 108496 [details]
The Patch

Patch for fixing this issue
Comment 2 Xan Lopez 2011-09-23 11:15:56 PDT
Comment on attachment 108496 [details]
The Patch

Best. Patch. Ever.
Comment 3 Mario Sanchez Prada 2011-09-23 11:25:24 PDT
Fixed on r95837

http://trac.webkit.org/changeset/95837