Bug 126850

Summary: Clean up NetworkStateNotifier class
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: New BugsAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch kling: review+

Description Anders Carlsson 2014-01-12 12:39:41 PST
Clean up NetworkStateNotifier class
Comment 1 Anders Carlsson 2014-01-12 12:40:47 PST
Created attachment 220981 [details]
Patch
Comment 2 WebKit Commit Bot 2014-01-12 12:41:39 PST
Attachment 220981 [details] did not pass style-queue:

Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WebCore/ChangeLog', u'Source/WebCore/platform/network/NetworkStateNotifier.cpp', u'Source/WebCore/platform/network/NetworkStateNotifier.h', '--commit-queue']" exit_code: 1
ERROR: Source/WebCore/platform/network/NetworkStateNotifier.h:61:  Extra space before ( in function call  [whitespace/parens] [4]
ERROR: Source/WebCore/platform/network/NetworkStateNotifier.h:71:  Extra space before ( in function call  [whitespace/parens] [4]
ERROR: Source/WebCore/platform/network/NetworkStateNotifier.cpp:40:  Missing space before {  [whitespace/braces] [5]
ERROR: Source/WebCore/platform/network/NetworkStateNotifier.cpp:47:  Extra space before ( in function call  [whitespace/parens] [4]
Total errors found: 4 in 3 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Anders Carlsson 2014-01-12 12:55:23 PST
Committed r161830: <http://trac.webkit.org/changeset/161830>