⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 160147 in webkit


Ignore:
Timestamp:
Dec 4, 2013, 5:30:00 PM (13 years ago)
Author:
benjamin@webkit.org
Message:

Remove spaces on a blank line to have ResourceHandleCFNet.cpp identical to iOS

Unreviewed.

Patch by Benjamin Poulain <bpoulain@apple.com> on 2013-12-04

  • platform/network/cf/ResourceHandleCFNet.cpp:

(WebCore::ResourceHandle::platformLoadResourceSynchronously):

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r160138 r160147  
     12013-12-04  Benjamin Poulain  <bpoulain@apple.com>
     2
     3        Remove spaces on a blank line to have ResourceHandleCFNet.cpp identical to iOS
     4
     5        Unreviewed.
     6
     7        * platform/network/cf/ResourceHandleCFNet.cpp:
     8        (WebCore::ResourceHandle::platformLoadResourceSynchronously):
     9
    1102013-12-04  Antti Koivisto  <antti@apple.com>
    211
  • trunk/Source/WebCore/platform/network/cf/ResourceHandleCFNet.cpp

    r159479 r160147  
    775775
    776776    CFURLConnectionCancel(handle->connection());
    777    
     777
    778778    if (error.isNull())
    779779        response = client->response();
Note: See TracChangeset for help on using the changeset viewer.