Title: [160147] trunk/Source/WebCore
Revision
160147
Author
[email protected]
Date
2013-12-04 17:30:00 -0800 (Wed, 04 Dec 2013)

Log Message

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

Unreviewed.

Patch by Benjamin Poulain <[email protected]> on 2013-12-04

* platform/network/cf/ResourceHandleCFNet.cpp:
(WebCore::ResourceHandle::platformLoadResourceSynchronously):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (160146 => 160147)


--- trunk/Source/WebCore/ChangeLog	2013-12-05 01:26:14 UTC (rev 160146)
+++ trunk/Source/WebCore/ChangeLog	2013-12-05 01:30:00 UTC (rev 160147)
@@ -1,3 +1,12 @@
+2013-12-04  Benjamin Poulain  <[email protected]>
+
+        Remove spaces on a blank line to have ResourceHandleCFNet.cpp identical to iOS
+
+        Unreviewed.
+
+        * platform/network/cf/ResourceHandleCFNet.cpp:
+        (WebCore::ResourceHandle::platformLoadResourceSynchronously):
+
 2013-12-04  Antti Koivisto  <[email protected]>
 
         Move pseudo element construction out from Element

Modified: trunk/Source/WebCore/platform/network/cf/ResourceHandleCFNet.cpp (160146 => 160147)


--- trunk/Source/WebCore/platform/network/cf/ResourceHandleCFNet.cpp	2013-12-05 01:26:14 UTC (rev 160146)
+++ trunk/Source/WebCore/platform/network/cf/ResourceHandleCFNet.cpp	2013-12-05 01:30:00 UTC (rev 160147)
@@ -774,7 +774,7 @@
     error = client->error();
 
     CFURLConnectionCancel(handle->connection());
-    
+
     if (error.isNull())
         response = client->response();
     else {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to