[GTK] Remove extra space at the beginning of the last line.
authormario@webkit.org <mario@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Fri, 23 Sep 2011 18:51:04 +0000 (18:51 +0000)
committermario@webkit.org <mario@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Fri, 23 Sep 2011 18:51:04 +0000 (18:51 +0000)
https://bugs.webkit.org/show_bug.cgi?id=68710

Reviewed by Gustavo Noronha Silva.

* platform/network/soup/SocketStreamHandleSoup.cpp:

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@95839 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Source/WebCore/ChangeLog
Source/WebCore/platform/network/soup/SocketStreamHandleSoup.cpp

index bec59e0..9077140 100644 (file)
@@ -1,5 +1,14 @@
 2011-09-23  Mario Sanchez Prada  <msanchez@igalia.com>
 
+        [GTK] Remove extra space at the beginning of the last line.
+        https://bugs.webkit.org/show_bug.cgi?id=68710
+
+        Reviewed by Gustavo Noronha Silva.
+
+        * platform/network/soup/SocketStreamHandleSoup.cpp:
+
+2011-09-23  Mario Sanchez Prada  <msanchez@igalia.com>
+
         [GTK] Fix coding style issues in ResourceRequestSoup.cpp
         https://bugs.webkit.org/show_bug.cgi?id=68707
 
index c52eff4..538f3ac 100644 (file)
@@ -274,4 +274,4 @@ static gboolean writeReadyCallback(GPollableOutputStream*, void* id)
     return TRUE;
 }
 
-}  // namespace WebCore
+} // namespace WebCore